Html Css Color HEX #609FCE Picton Blue

📋 copy color: '#609FCE'

red 96 ◦ green 159 ◦ blue 206

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

Shades of Picton Blue #609FCE

Tints of Picton Blue #609FCE

RGB

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

 GREEN value IS 159 (62.5% from 255) = 34.49%

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

R = 20.82%
G = 34.49%
B = 44.69%

CMYK

 C value IS 0.53

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#609FCE (or 0x609FCE) is known color: Picton Blue. HEX triplet: 60, 9F and CE. RGB value is (96,159,206). Sum of RGB (Red+Green+Blue) = 96+159+206=461 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.82% from 461); Green value is 159 (62.5% from 255 or 34.49% from 461); Blue value is 206 (80.86% from 255 or 44.69% from 461); Max value from RGB is 206 - color contains mainly: blue. Hex color #609FCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #609FCE is #9F6031. Grayscale: #919191. Windows color (decimal): -10444850 or 13541216. OLE color: 13541216.

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

Color convert

RGB 96 159 206 -
CMYK 0.53 0.23 0 0.19
HSL 205.64º 0.53% 0.59% -
HSV(B) 205.64º 0.53% 0.81% -
XYZ 28.36 31.74 63.02 -
YUV 145.52 162.13 92.68 -
System Red Green Blue C M Y K H S L
Decimal 96 159 206 0.53 0.23 0 0.19 205.64 0.53 0.59
Hex 60 9F CE 35 17 0 13 CE 35 3B
Octal 140 237 316 65 27 0 23 316 65 73
Binary 1100000 10011111 11001110 110101 10111 0 10011 11001110 110101 111011

Color Harmonies of #609FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609FCE

Black with #609FCE

Text Example


Text Example

White with #609FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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