Html Css Color HEX #609ACC Picton Blue

📋 copy color: '#609ACC'

red 96 ◦ green 154 ◦ blue 204

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

Shades of Picton Blue #609ACC

Tints of Picton Blue #609ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.93%

R = 21.15%
G = 33.92%
B = 44.93%

CMYK

 C value IS 0.53

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#609ACC (or 0x609ACC) is known color: Picton Blue. HEX triplet: 60, 9A and CC. RGB value is (96,154,204). Sum of RGB (Red+Green+Blue) = 96+154+204=454 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.15% from 454); Green value is 154 (60.55% from 255 or 33.92% from 454); Blue value is 204 (80.08% from 255 or 44.93% from 454); Max value from RGB is 204 - color contains mainly: blue. Hex color #609ACC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #609ACC is #9F6533. Grayscale: #8E8E8E. Windows color (decimal): -10446132 or 13408864. OLE color: 13408864.

HSL color Cylindrical-coordinate representation of color #609ACC: hue angle of 207.78º degrees, saturation: 0.51, 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 #609ACC is Cyan = 0.53, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 96 154 204 -
CMYK 0.53 0.25 0 0.2
HSL 207.78º 0.51% 0.59% -
HSV(B) 207.78º 0.53% 0.8% -
XYZ 27.28 29.96 61.47 -
YUV 142.36 162.78 94.93 -
System Red Green Blue C M Y K H S L
Decimal 96 154 204 0.53 0.25 0 0.2 207.78 0.51 0.59
Hex 60 9A CC 35 19 0 14 D0 33 3B
Octal 140 232 314 65 31 0 24 320 63 73
Binary 1100000 10011010 11001100 110101 11001 0 10100 11010000 110011 111011

Color Harmonies of #609ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609ACC

Black with #609ACC

Text Example


Text Example

White with #609ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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