Html Css Color HEX #609EDD Picton Blue

📋 copy color: '#609EDD'

red 96 ◦ green 158 ◦ blue 221

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

Shades of Picton Blue #609EDD

Tints of Picton Blue #609EDD

RGB

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

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

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

R = 20.21%
G = 33.26%
B = 46.53%

CMYK

 C value IS 0.57

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#609EDD (or 0x609EDD) is known color: Picton Blue. HEX triplet: 60, 9E and DD. RGB value is (96,158,221). Sum of RGB (Red+Green+Blue) = 96+158+221=475 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.21% from 475); Green value is 158 (62.11% from 255 or 33.26% from 475); Blue value is 221 (86.72% from 255 or 46.53% from 475); Max value from RGB is 221 - color contains mainly: blue. Hex color #609EDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #609EDD is #9F6122. Grayscale: #929292. Windows color (decimal): -10445091 or 14524000. OLE color: 14524000.

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

Color convert

RGB 96 158 221 -
CMYK 0.57 0.29 0 0.13
HSL 210.24º 0.65% 0.62% -
HSV(B) 210.24º 0.57% 0.87% -
XYZ 30.1 32.16 73.03 -
YUV 146.64 169.96 91.88 -
System Red Green Blue C M Y K H S L
Decimal 96 158 221 0.57 0.29 0 0.13 210.24 0.65 0.62
Hex 60 9E DD 39 1D 0 D D2 41 3E
Octal 140 236 335 71 35 0 15 322 101 76
Binary 1100000 10011110 11011101 111001 11101 0 1101 11010010 1000001 111110

Color Harmonies of #609EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609EDD

Black with #609EDD

Text Example


Text Example

White with #609EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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