Html Css Color HEX #609ECD Picton Blue

📋 copy color: '#609ECD'

red 96 ◦ green 158 ◦ blue 205

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

Shades of Picton Blue #609ECD

Tints of Picton Blue #609ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.66%

R = 20.92%
G = 34.42%
B = 44.66%

CMYK

 C value IS 0.53

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#609ECD (or 0x609ECD) is known color: Picton Blue. HEX triplet: 60, 9E and CD. RGB value is (96,158,205). Sum of RGB (Red+Green+Blue) = 96+158+205=459 (60% of max value = 765). Red value is 96 (37.89% from 255 or 20.92% from 459); Green value is 158 (62.11% from 255 or 34.42% from 459); Blue value is 205 (80.47% from 255 or 44.66% from 459); Max value from RGB is 205 - color contains mainly: blue. Hex color #609ECD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #609ECD is #9F6132. Grayscale: #909090. Windows color (decimal): -10445107 or 13475424. OLE color: 13475424.

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

Color convert

RGB 96 158 205 -
CMYK 0.53 0.23 0 0.20
HSL 205.87º 0.52% 0.59% -
HSV(B) 205.87º 0.53% 0.8% -
XYZ 28.07 31.35 62.33 -
YUV 144.82 161.96 93.18 -
System Red Green Blue C M Y K H S L
Decimal 96 158 205 0.53 0.23 0 0.20 205.87 0.52 0.59
Hex 60 9E CD 35 17 0 14 CE 34 3B
Octal 140 236 315 65 27 0 24 316 64 73
Binary 1100000 10011110 11001101 110101 10111 0 10100 11001110 110100 111011

Color Harmonies of #609ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609ECD

Black with #609ECD

Text Example


Text Example

White with #609ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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