Html Css Color HEX #609BDB Picton Blue

📋 copy color: '#609BDB'

red 96 ◦ green 155 ◦ blue 219

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

Shades of Picton Blue #609BDB

Tints of Picton Blue #609BDB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.98%

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

R = 20.43%
G = 32.98%
B = 46.6%

CMYK

 C value IS 0.56

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#609BDB (or 0x609BDB) is known color: Picton Blue. HEX triplet: 60, 9B and DB. RGB value is (96,155,219). Sum of RGB (Red+Green+Blue) = 96+155+219=470 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.43% from 470); Green value is 155 (60.94% from 255 or 32.98% from 470); Blue value is 219 (85.94% from 255 or 46.60% from 470); Max value from RGB is 219 - color contains mainly: blue. Hex color #609BDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #609BDB is #9F6424. Grayscale: #909090. Windows color (decimal): -10445861 or 14392160. OLE color: 14392160.

HSL color Cylindrical-coordinate representation of color #609BDB: hue angle of 211.22º 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 #609BDB is Cyan = 0.56, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 96 155 219 -
CMYK 0.56 0.29 0 0.14
HSL 211.22º 0.63% 0.62% -
HSV(B) 211.22º 0.56% 0.86% -
XYZ 29.33 31.04 71.46 -
YUV 144.66 169.95 93.3 -
System Red Green Blue C M Y K H S L
Decimal 96 155 219 0.56 0.29 0 0.14 211.22 0.63 0.62
Hex 60 9B DB 38 1D 0 E D3 3F 3E
Octal 140 233 333 70 35 0 16 323 77 76
Binary 1100000 10011011 11011011 111000 11101 0 1110 11010011 111111 111110

Color Harmonies of #609BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609BDB

Black with #609BDB

Text Example


Text Example

White with #609BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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