Html Css Color HEX #609BDD Picton Blue

📋 copy color: '#609BDD'

red 96 ◦ green 155 ◦ blue 221

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

Shades of Picton Blue #609BDD

Tints of Picton Blue #609BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.82%

R = 20.34%
G = 32.84%
B = 46.82%

CMYK

 C value IS 0.57

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#609BDD (or 0x609BDD) is known color: Picton Blue. HEX triplet: 60, 9B and DD. RGB value is (96,155,221). Sum of RGB (Red+Green+Blue) = 96+155+221=472 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.34% from 472); Green value is 155 (60.94% from 255 or 32.84% from 472); Blue value is 221 (86.72% from 255 or 46.82% from 472); Max value from RGB is 221 - color contains mainly: blue. Hex color #609BDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #609BDD is #9F6422. Grayscale: #909090. Windows color (decimal): -10445859 or 14523232. OLE color: 14523232.

HSL color Cylindrical-coordinate representation of color #609BDD: hue angle of 211.68º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #609BDD is Cyan = 0.57, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 96 155 221 -
CMYK 0.57 0.30 0 0.13
HSL 211.68º 0.65% 0.62% -
HSV(B) 211.68º 0.57% 0.87% -
XYZ 29.6 31.15 72.86 -
YUV 144.88 170.95 93.13 -
System Red Green Blue C M Y K H S L
Decimal 96 155 221 0.57 0.30 0 0.13 211.68 0.65 0.62
Hex 60 9B DD 39 1E 0 D D4 41 3E
Octal 140 233 335 71 36 0 15 324 101 76
Binary 1100000 10011011 11011101 111001 11110 0 1101 11010100 1000001 111110

Color Harmonies of #609BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609BDD

Black with #609BDD

Text Example


Text Example

White with #609BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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