Html Css Color HEX #609CC8 Picton Blue

📋 copy color: '#609CC8'

red 96 ◦ green 156 ◦ blue 200

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

Shades of Picton Blue #609CC8

Tints of Picton Blue #609CC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 44.25%

R = 21.24%
G = 34.51%
B = 44.25%

CMYK

 C value IS 0.52

 M value IS 0.22

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#609CC8 (or 0x609CC8) is known color: Picton Blue. HEX triplet: 60, 9C and C8. RGB value is (96,156,200). Sum of RGB (Red+Green+Blue) = 96+156+200=452 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.24% from 452); Green value is 156 (61.33% from 255 or 34.51% from 452); Blue value is 200 (78.52% from 255 or 44.25% from 452); Max value from RGB is 200 - color contains mainly: blue. Hex color #609CC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #609CC8 is #9F6337. Grayscale: #8E8E8E. Windows color (decimal): -10445624 or 13147232. OLE color: 13147232.

HSL color Cylindrical-coordinate representation of color #609CC8: hue angle of 205.38º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #609CC8 is Cyan = 0.52, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 96 156 200 -
CMYK 0.52 0.22 0 0.22
HSL 205.38º 0.49% 0.58% -
HSV(B) 205.38º 0.52% 0.78% -
XYZ 27.14 30.43 59.09 -
YUV 143.08 160.12 94.42 -
System Red Green Blue C M Y K H S L
Decimal 96 156 200 0.52 0.22 0 0.22 205.38 0.49 0.58
Hex 60 9C C8 34 16 0 16 CD 31 3A
Octal 140 234 310 64 26 0 26 315 61 72
Binary 1100000 10011100 11001000 110100 10110 0 10110 11001101 110001 111010

Color Harmonies of #609CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609CC8

Black with #609CC8

Text Example


Text Example

White with #609CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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