Html Css Color HEX #0609FF Blue

📋 copy color: '#0609FF'

red 6 ◦ green 9 ◦ blue 255

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

Shades of Blue #0609FF

Tints of Blue #0609FF

RGB

 RED value IS 6 (2.73% from 255) = 2.22%

 GREEN value IS 9 (3.91% from 255) = 3.33%

 BLUE value IS 255 (100% from 255) = 94.44%

R = 2.22%
G = 3.33%
B = 94.44%

CMYK

 C value IS 0.98

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0609FF (or 0x0609FF) is known color: Blue. HEX triplet: 06, 09 and FF. RGB value is (6,9,255). Sum of RGB (Red+Green+Blue) = 6+9+255=270 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.22% from 270); Green value is 9 (3.91% from 255 or 3.33% from 270); Blue value is 255 (100% from 255 or 94.44% from 270); Max value from RGB is 255 - color contains mainly: blue. Hex color #0609FF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0609FF is #F9F600. Grayscale: #232323. Windows color (decimal): -16381441 or 16713990. OLE color: 16713990.

HSL color Cylindrical-coordinate representation of color #0609FF: hue angle of 239.28º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0609FF is Cyan = 0.98, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 6 9 255 -
CMYK 0.98 0.96 0 0
HSL 239.28º 1% 0.51% -
HSV(B) 239.28º 0.98% 1% -
XYZ 18.22 7.45 95.09 -
YUV 36.15 251.51 106.5 -
System Red Green Blue C M Y K H S L
Decimal 6 9 255 0.98 0.96 0 0 239.28 1 0.51
Hex 6 9 FF 62 60 0 0 EF 64 33
Octal 6 11 377 142 140 0 0 357 144 63
Binary 110 1001 11111111 1100010 1100000 0 0 11101111 1100100 110011

Color Harmonies of #0609FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0609FF

Black with #0609FF

Text Example


Text Example

White with #0609FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0609FF; }

 p { color: rgb(6,9,255); }

 H1.HeaderClassName
 {
   color: #0609FF;
 }
 .AnyTagClassName
 {
   color: #0609FF;
 }
</style>

background-color css

<style>
 a { background-color: #0609FF; }

 a { background-color: rgb(6,9,255); }

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

border-color css

<style>
 span { border-color: #0609FF; }

 span { border-color: rgb(6,9,255); }

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