Html Css Color HEX #609EDE Picton Blue

📋 copy color: '#609EDE'

red 96 ◦ green 158 ◦ blue 222

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

Shades of Picton Blue #609EDE

Tints of Picton Blue #609EDE

RGB

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

 GREEN value IS 158 (62.11% from 255) = 33.19%

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

R = 20.17%
G = 33.19%
B = 46.64%

CMYK

 C value IS 0.57

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#609EDE (or 0x609EDE) is known color: Picton Blue. HEX triplet: 60, 9E and DE. RGB value is (96,158,222). Sum of RGB (Red+Green+Blue) = 96+158+222=476 (63% of max value = 765). Red value is 96 (37.89% from 255 or 20.17% from 476); Green value is 158 (62.11% from 255 or 33.19% from 476); Blue value is 222 (87.11% from 255 or 46.64% from 476); Max value from RGB is 222 - color contains mainly: blue. Hex color #609EDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #609EDE is #9F6121. Grayscale: #929292. Windows color (decimal): -10445090 or 14589536. OLE color: 14589536.

HSL color Cylindrical-coordinate representation of color #609EDE: hue angle of 210.48º 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 #609EDE is Cyan = 0.57, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 96 158 222 -
CMYK 0.57 0.29 0 0.13
HSL 210.48º 0.66% 0.62% -
HSV(B) 210.48º 0.57% 0.87% -
XYZ 30.24 32.21 73.73 -
YUV 146.76 170.46 91.8 -
System Red Green Blue C M Y K H S L
Decimal 96 158 222 0.57 0.29 0 0.13 210.48 0.66 0.62
Hex 60 9E DE 39 1D 0 D D2 42 3E
Octal 140 236 336 71 35 0 15 322 102 76
Binary 1100000 10011110 11011110 111001 11101 0 1101 11010010 1000010 111110

Color Harmonies of #609EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609EDE

Black with #609EDE

Text Example


Text Example

White with #609EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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