Html Css Color HEX #609DCD Picton Blue

📋 copy color: '#609DCD'

red 96 ◦ green 157 ◦ blue 205

#609DCD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Picton Blue #609DCD

Tints of Picton Blue #609DCD

RGB

 RED value IS 96 (37.89% from 255) = 20.96%

 GREEN value IS 157 (61.72% from 255) = 34.28%

 BLUE value IS 205 (80.47% from 255) = 44.76%

R = 20.96%
G = 34.28%
B = 44.76%

CMYK

 C value IS 0.53

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#609DCD (or 0x609DCD) is known color: Picton Blue. HEX triplet: 60, 9D and CD. RGB value is (96,157,205). Sum of RGB (Red+Green+Blue) = 96+157+205=458 (60% of max value = 765). Red value is 96 (37.89% from 255 or 20.96% from 458); Green value is 157 (61.72% from 255 or 34.28% from 458); Blue value is 205 (80.47% from 255 or 44.76% from 458); Max value from RGB is 205 - color contains mainly: blue. Hex color #609DCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #609DCD is #9F6232. Grayscale: #8F8F8F. Windows color (decimal): -10445363 or 13475168. OLE color: 13475168.

HSL color Cylindrical-coordinate representation of color #609DCD: hue angle of 206.42º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #609DCD is Cyan = 0.53, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 96 157 205 -
CMYK 0.53 0.23 0 0.20
HSL 206.42º 0.52% 0.59% -
HSV(B) 206.42º 0.53% 0.8% -
XYZ 27.9 31.01 62.27 -
YUV 144.23 162.29 93.6 -
System Red Green Blue C M Y K H S L
Decimal 96 157 205 0.53 0.23 0 0.20 206.42 0.52 0.59
Hex 60 9D CD 35 17 0 14 CE 34 3B
Octal 140 235 315 65 27 0 24 316 64 73
Binary 1100000 10011101 11001101 110101 10111 0 10100 11001110 110100 111011

Color Harmonies of #609DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609DCD

Black with #609DCD

Text Example


Text Example

White with #609DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609DCD; }

 p { color: rgb(96,157,205); }

 H1.HeaderClassName
 {
   color: #609DCD;
 }
 .AnyTagClassName
 {
   color: #609DCD;
 }
</style>

background-color css

<style>
 a { background-color: #609DCD; }

 a { background-color: rgb(96,157,205); }

 div.DivClassName
 {
   background-color: #609DCD;
 }
 .BgClassName
 {
   background-color: #609DCD;
 }
</style>

border-color css

<style>
 span { border-color: #609DCD; }

 span { border-color: rgb(96,157,205); }

 td.TdClassName
 {
   border-color: #609DCD;
 }
 .TagClassName
 {
   border-color: #609DCD;
 }
</style>