Html Css Color HEX #609ECE Picton Blue

📋 copy color: '#609ECE'

red 96 ◦ green 158 ◦ blue 206

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

Shades of Picton Blue #609ECE

Tints of Picton Blue #609ECE

RGB

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

 GREEN value IS 158 (62.11% from 255) = 34.35%

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

R = 20.87%
G = 34.35%
B = 44.78%

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

#609ECE (or 0x609ECE) is known color: Picton Blue. HEX triplet: 60, 9E and CE. RGB value is (96,158,206). Sum of RGB (Red+Green+Blue) = 96+158+206=460 (60% of max value = 765). Red value is 96 (37.89% from 255 or 20.87% from 460); Green value is 158 (62.11% from 255 or 34.35% from 460); Blue value is 206 (80.86% from 255 or 44.78% from 460); Max value from RGB is 206 - color contains mainly: blue. Hex color #609ECE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #609ECE is #9F6131. Grayscale: #909090. Windows color (decimal): -10445106 or 13540960. OLE color: 13540960.

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

Color convert

RGB 96 158 206 -
CMYK 0.53 0.23 0 0.19
HSL 206.18º 0.53% 0.59% -
HSV(B) 206.18º 0.53% 0.81% -
XYZ 28.19 31.4 62.97 -
YUV 144.93 162.46 93.1 -
System Red Green Blue C M Y K H S L
Decimal 96 158 206 0.53 0.23 0 0.19 206.18 0.53 0.59
Hex 60 9E CE 35 17 0 13 CE 35 3B
Octal 140 236 316 65 27 0 23 316 65 73
Binary 1100000 10011110 11001110 110101 10111 0 10011 11001110 110101 111011

Color Harmonies of #609ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609ECE

Black with #609ECE

Text Example


Text Example

White with #609ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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