Html Css Color HEX #0906FE Blue

📋 copy color: '#0906FE'

red 9 ◦ green 6 ◦ blue 254

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

Shades of Blue #0906FE

Tints of Blue #0906FE

RGB

 RED value IS 9 (3.91% from 255) = 3.35%

 GREEN value IS 6 (2.73% from 255) = 2.23%

 BLUE value IS 254 (99.61% from 255) = 94.42%

R = 3.35%
G = 2.23%
B = 94.42%

CMYK

 C value IS 0.96

 M value IS 0.98

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0906FE (or 0x0906FE) is known color: Blue. HEX triplet: 09, 06 and FE. RGB value is (9,6,254). Sum of RGB (Red+Green+Blue) = 9+6+254=269 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.35% from 269); Green value is 6 (2.73% from 255 or 2.23% from 269); Blue value is 254 (99.61% from 255 or 94.42% from 269); Max value from RGB is 254 - color contains mainly: blue. Hex color #0906FE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0906FE is #F6F901. Grayscale: #222222. Windows color (decimal): -16185602 or 16647689. OLE color: 16647689.

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

Color convert

RGB 9 6 254 -
CMYK 0.96 0.98 0 0.00
HSL 240.73º 0.99% 0.51% -
HSV(B) 240.73º 0.98% 1% -
XYZ 18.07 7.34 94.23 -
YUV 35.17 251.49 109.33 -
System Red Green Blue C M Y K H S L
Decimal 9 6 254 0.96 0.98 0 0.00 240.73 0.99 0.51
Hex 9 6 FE 60 62 0 0 F1 63 33
Octal 11 6 376 140 142 0 0 361 143 63
Binary 1001 110 11111110 1100000 1100010 0 0 11110001 1100011 110011

Color Harmonies of #0906FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0906FE

Black with #0906FE

Text Example


Text Example

White with #0906FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0906FE; }

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

 H1.HeaderClassName
 {
   color: #0906FE;
 }
 .AnyTagClassName
 {
   color: #0906FE;
 }
</style>

background-color css

<style>
 a { background-color: #0906FE; }

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

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

border-color css

<style>
 span { border-color: #0906FE; }

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

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