Html Css Color HEX #0600EE Blue

📋 copy color: '#0600EE'

red 6 ◦ green 0 ◦ blue 238

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

Shades of Blue #0600EE

Tints of Blue #0600EE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 238 (93.36% from 255) = 97.54%

R = 2.46%
G = 0%
B = 97.54%

CMYK

 C value IS 0.97

 M value IS 1

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0600EE (or 0x0600EE) is known color: Blue. HEX triplet: 06, 00 and EE. RGB value is (6,0,238). Sum of RGB (Red+Green+Blue) = 6+0+238=244 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.46% from 244); Green value is 0 (0.39% from 255 or 0% from 244); Blue value is 238 (93.36% from 255 or 97.54% from 244); Max value from RGB is 238 - color contains mainly: blue. Hex color #0600EE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0600EE is #F9FF11. Grayscale: #1B1B1B. Windows color (decimal): -16383762 or 15597574. OLE color: 15597574.

HSL color Cylindrical-coordinate representation of color #0600EE: hue angle of 241.51º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0600EE is Cyan = 0.97, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 6 0 238 -
CMYK 0.97 1 0 0.07
HSL 241.51º 1% 0.47% -
HSV(B) 241.51º 1% 0.93% -
XYZ 15.51 6.21 81.27 -
YUV 28.93 245.99 111.65 -
System Red Green Blue C M Y K H S L
Decimal 6 0 238 0.97 1 0 0.07 241.51 1 0.47
Hex 6 0 EE 61 64 0 7 F2 64 2F
Octal 6 0 356 141 144 0 7 362 144 57
Binary 110 0 11101110 1100001 1100100 0 111 11110010 1100100 101111

Color Harmonies of #0600EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0600EE

Black with #0600EE

Text Example


Text Example

White with #0600EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0600EE; }

 p { color: rgb(6,0,238); }

 H1.HeaderClassName
 {
   color: #0600EE;
 }
 .AnyTagClassName
 {
   color: #0600EE;
 }
</style>

background-color css

<style>
 a { background-color: #0600EE; }

 a { background-color: rgb(6,0,238); }

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

border-color css

<style>
 span { border-color: #0600EE; }

 span { border-color: rgb(6,0,238); }

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