Html Css Color HEX #609EC8 Picton Blue

📋 copy color: '#609EC8'

red 96 ◦ green 158 ◦ blue 200

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

Shades of Picton Blue #609EC8

Tints of Picton Blue #609EC8

RGB

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

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

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

R = 21.15%
G = 34.8%
B = 44.05%

CMYK

 C value IS 0.52

 M value IS 0.21

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#609EC8 (or 0x609EC8) is known color: Picton Blue. HEX triplet: 60, 9E and C8. RGB value is (96,158,200). Sum of RGB (Red+Green+Blue) = 96+158+200=454 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.15% from 454); Green value is 158 (62.11% from 255 or 34.80% from 454); Blue value is 200 (78.52% from 255 or 44.05% from 454); Max value from RGB is 200 - color contains mainly: blue. Hex color #609EC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #609EC8 is #9F6137. Grayscale: #909090. Windows color (decimal): -10445112 or 13147744. OLE color: 13147744.

HSL color Cylindrical-coordinate representation of color #609EC8: hue angle of 204.23º 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 #609EC8 is Cyan = 0.52, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 96 158 200 -
CMYK 0.52 0.21 0 0.22
HSL 204.23º 0.49% 0.58% -
HSV(B) 204.23º 0.52% 0.78% -
XYZ 27.48 31.11 59.2 -
YUV 144.25 159.46 93.58 -
System Red Green Blue C M Y K H S L
Decimal 96 158 200 0.52 0.21 0 0.22 204.23 0.49 0.58
Hex 60 9E C8 34 15 0 16 CC 31 3A
Octal 140 236 310 64 25 0 26 314 61 72
Binary 1100000 10011110 11001000 110100 10101 0 10110 11001100 110001 111010

Color Harmonies of #609EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609EC8

Black with #609EC8

Text Example


Text Example

White with #609EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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