Html Css Color HEX #609CDE Picton Blue

📋 copy color: '#609CDE'

red 96 ◦ green 156 ◦ blue 222

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

Shades of Picton Blue #609CDE

Tints of Picton Blue #609CDE

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.91%

 BLUE value IS 222 (87.11% from 255) = 46.84%

R = 20.25%
G = 32.91%
B = 46.84%

CMYK

 C value IS 0.57

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#609CDE (or 0x609CDE) is known color: Picton Blue. HEX triplet: 60, 9C and DE. RGB value is (96,156,222). Sum of RGB (Red+Green+Blue) = 96+156+222=474 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.25% from 474); Green value is 156 (61.33% from 255 or 32.91% from 474); Blue value is 222 (87.11% from 255 or 46.84% from 474); Max value from RGB is 222 - color contains mainly: blue. Hex color #609CDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #609CDE is #9F6321. Grayscale: #919191. Windows color (decimal): -10445602 or 14589024. OLE color: 14589024.

HSL color Cylindrical-coordinate representation of color #609CDE: hue angle of 211.43º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #609CDE is Cyan = 0.57, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 96 156 222 -
CMYK 0.57 0.30 0 0.13
HSL 211.43º 0.66% 0.62% -
HSV(B) 211.43º 0.57% 0.87% -
XYZ 29.9 31.54 73.62 -
YUV 145.58 171.12 92.63 -
System Red Green Blue C M Y K H S L
Decimal 96 156 222 0.57 0.30 0 0.13 211.43 0.66 0.62
Hex 60 9C DE 39 1E 0 D D3 42 3E
Octal 140 234 336 71 36 0 15 323 102 76
Binary 1100000 10011100 11011110 111001 11110 0 1101 11010011 1000010 111110

Color Harmonies of #609CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609CDE

Black with #609CDE

Text Example


Text Example

White with #609CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,156,222); }

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

background-color css

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

 a { background-color: rgb(96,156,222); }

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

border-color css

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

 span { border-color: rgb(96,156,222); }

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