Html Css Color HEX #609ED2 Picton Blue

📋 copy color: '#609ED2'

red 96 ◦ green 158 ◦ blue 210

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

Shades of Picton Blue #609ED2

Tints of Picton Blue #609ED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 45.26%

R = 20.69%
G = 34.05%
B = 45.26%

CMYK

 C value IS 0.54

 M value IS 0.25

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#609ED2 (or 0x609ED2) is known color: Picton Blue. HEX triplet: 60, 9E and D2. RGB value is (96,158,210). Sum of RGB (Red+Green+Blue) = 96+158+210=464 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.69% from 464); Green value is 158 (62.11% from 255 or 34.05% from 464); Blue value is 210 (82.42% from 255 or 45.26% from 464); Max value from RGB is 210 - color contains mainly: blue. Hex color #609ED2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #609ED2 is #9F612D. Grayscale: #919191. Windows color (decimal): -10445102 or 13803104. OLE color: 13803104.

HSL color Cylindrical-coordinate representation of color #609ED2: hue angle of 207.37º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #609ED2 is Cyan = 0.54, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 96 158 210 -
CMYK 0.54 0.25 0 0.18
HSL 207.37º 0.56% 0.6% -
HSV(B) 207.37º 0.54% 0.82% -
XYZ 28.68 31.59 65.56 -
YUV 145.39 164.46 92.77 -
System Red Green Blue C M Y K H S L
Decimal 96 158 210 0.54 0.25 0 0.18 207.37 0.56 0.6
Hex 60 9E D2 36 19 0 12 CF 38 3C
Octal 140 236 322 66 31 0 22 317 70 74
Binary 1100000 10011110 11010010 110110 11001 0 10010 11001111 111000 111100

Color Harmonies of #609ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609ED2

Black with #609ED2

Text Example


Text Example

White with #609ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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