Html Css Color HEX #609ACE Picton Blue

📋 copy color: '#609ACE'

red 96 ◦ green 154 ◦ blue 206

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

Shades of Picton Blue #609ACE

Tints of Picton Blue #609ACE

RGB

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

 GREEN value IS 154 (60.55% from 255) = 33.77%

 BLUE value IS 206 (80.86% from 255) = 45.18%

R = 21.05%
G = 33.77%
B = 45.18%

CMYK

 C value IS 0.53

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#609ACE (or 0x609ACE) is known color: Picton Blue. HEX triplet: 60, 9A and CE. RGB value is (96,154,206). Sum of RGB (Red+Green+Blue) = 96+154+206=456 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.05% from 456); Green value is 154 (60.55% from 255 or 33.77% from 456); Blue value is 206 (80.86% from 255 or 45.18% from 456); Max value from RGB is 206 - color contains mainly: blue. Hex color #609ACE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #609ACE is #9F6531. Grayscale: #8E8E8E. Windows color (decimal): -10446130 or 13539936. OLE color: 13539936.

HSL color Cylindrical-coordinate representation of color #609ACE: hue angle of 208.36º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #609ACE is Cyan = 0.53, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 96 154 206 -
CMYK 0.53 0.25 0 0.19
HSL 208.36º 0.53% 0.59% -
HSV(B) 208.36º 0.53% 0.81% -
XYZ 27.52 30.05 62.74 -
YUV 142.59 163.78 94.77 -
System Red Green Blue C M Y K H S L
Decimal 96 154 206 0.53 0.25 0 0.19 208.36 0.53 0.59
Hex 60 9A CE 35 19 0 13 D0 35 3B
Octal 140 232 316 65 31 0 23 320 65 73
Binary 1100000 10011010 11001110 110101 11001 0 10011 11010000 110101 111011

Color Harmonies of #609ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609ACE

Black with #609ACE

Text Example


Text Example

White with #609ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,154,206); }

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

background-color css

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

 a { background-color: rgb(96,154,206); }

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

border-color css

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

 span { border-color: rgb(96,154,206); }

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