Html Css Color HEX #609ED1 Picton Blue

📋 copy color: '#609ED1'

red 96 ◦ green 158 ◦ blue 209

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

Shades of Picton Blue #609ED1

Tints of Picton Blue #609ED1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 45.14%

R = 20.73%
G = 34.13%
B = 45.14%

CMYK

 C value IS 0.54

 M value IS 0.24

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#609ED1 (or 0x609ED1) is known color: Picton Blue. HEX triplet: 60, 9E and D1. RGB value is (96,158,209). Sum of RGB (Red+Green+Blue) = 96+158+209=463 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.73% from 463); Green value is 158 (62.11% from 255 or 34.13% from 463); Blue value is 209 (82.03% from 255 or 45.14% from 463); Max value from RGB is 209 - color contains mainly: blue. Hex color #609ED1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #609ED1 is #9F612E. Grayscale: #919191. Windows color (decimal): -10445103 or 13737568. OLE color: 13737568.

HSL color Cylindrical-coordinate representation of color #609ED1: hue angle of 207.08º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #609ED1 is Cyan = 0.54, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 96 158 209 -
CMYK 0.54 0.24 0 0.18
HSL 207.08º 0.55% 0.6% -
HSV(B) 207.08º 0.54% 0.82% -
XYZ 28.56 31.54 64.9 -
YUV 145.28 163.96 92.85 -
System Red Green Blue C M Y K H S L
Decimal 96 158 209 0.54 0.24 0 0.18 207.08 0.55 0.6
Hex 60 9E D1 36 18 0 12 CF 37 3C
Octal 140 236 321 66 30 0 22 317 67 74
Binary 1100000 10011110 11010001 110110 11000 0 10010 11001111 110111 111100

Color Harmonies of #609ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609ED1

Black with #609ED1

Text Example


Text Example

White with #609ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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