Html Css Color HEX #609DDB Picton Blue

📋 copy color: '#609DDB'

red 96 ◦ green 157 ◦ blue 219

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

Shades of Picton Blue #609DDB

Tints of Picton Blue #609DDB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 33.26%

 BLUE value IS 219 (85.94% from 255) = 46.4%

R = 20.34%
G = 33.26%
B = 46.4%

CMYK

 C value IS 0.56

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#609DDB (or 0x609DDB) is known color: Picton Blue. HEX triplet: 60, 9D and DB. RGB value is (96,157,219). Sum of RGB (Red+Green+Blue) = 96+157+219=472 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.34% from 472); Green value is 157 (61.72% from 255 or 33.26% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 219 - color contains mainly: blue. Hex color #609DDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #609DDB is #9F6224. Grayscale: #919191. Windows color (decimal): -10445349 or 14392672. OLE color: 14392672.

HSL color Cylindrical-coordinate representation of color #609DDB: hue angle of 210.24º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #609DDB is Cyan = 0.56, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 96 157 219 -
CMYK 0.56 0.28 0 0.14
HSL 210.24º 0.63% 0.62% -
HSV(B) 210.24º 0.56% 0.86% -
XYZ 29.67 31.72 71.58 -
YUV 145.83 169.29 92.46 -
System Red Green Blue C M Y K H S L
Decimal 96 157 219 0.56 0.28 0 0.14 210.24 0.63 0.62
Hex 60 9D DB 38 1C 0 E D2 3F 3E
Octal 140 235 333 70 34 0 16 322 77 76
Binary 1100000 10011101 11011011 111000 11100 0 1110 11010010 111111 111110

Color Harmonies of #609DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609DDB

Black with #609DDB

Text Example


Text Example

White with #609DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,157,219); }

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

background-color css

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

 a { background-color: rgb(96,157,219); }

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

border-color css

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

 span { border-color: rgb(96,157,219); }

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