Html Css Color HEX #609CCE Picton Blue

📋 copy color: '#609CCE'

red 96 ◦ green 156 ◦ blue 206

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

Shades of Picton Blue #609CCE

Tints of Picton Blue #609CCE

RGB

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

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

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

R = 20.96%
G = 34.06%
B = 44.98%

CMYK

 C value IS 0.53

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#609CCE (or 0x609CCE) is known color: Picton Blue. HEX triplet: 60, 9C and CE. RGB value is (96,156,206). Sum of RGB (Red+Green+Blue) = 96+156+206=458 (60% of max value = 765). Red value is 96 (37.89% from 255 or 20.96% from 458); Green value is 156 (61.33% from 255 or 34.06% from 458); Blue value is 206 (80.86% from 255 or 44.98% from 458); Max value from RGB is 206 - color contains mainly: blue. Hex color #609CCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #609CCE is #9F6331. Grayscale: #8F8F8F. Windows color (decimal): -10445618 or 13540448. OLE color: 13540448.

HSL color Cylindrical-coordinate representation of color #609CCE: hue angle of 207.27º 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 #609CCE is Cyan = 0.53, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 96 156 206 -
CMYK 0.53 0.24 0 0.19
HSL 207.27º 0.53% 0.59% -
HSV(B) 207.27º 0.53% 0.81% -
XYZ 27.85 30.72 62.85 -
YUV 143.76 163.12 93.93 -
System Red Green Blue C M Y K H S L
Decimal 96 156 206 0.53 0.24 0 0.19 207.27 0.53 0.59
Hex 60 9C CE 35 18 0 13 CF 35 3B
Octal 140 234 316 65 30 0 23 317 65 73
Binary 1100000 10011100 11001110 110101 11000 0 10011 11001111 110101 111011

Color Harmonies of #609CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609CCE

Black with #609CCE

Text Example


Text Example

White with #609CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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