Html Css Color HEX #06299B Smalt

📋 copy color: '#06299B'

red 6 ◦ green 41 ◦ blue 155

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

Shades of Smalt #06299B

Tints of Smalt #06299B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 20.3%

 BLUE value IS 155 (60.94% from 255) = 76.73%

R = 2.97%
G = 20.3%
B = 76.73%

CMYK

 C value IS 0.96

 M value IS 0.74

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#06299B (or 0x06299B) is known color: Smalt. HEX triplet: 06, 29 and 9B. RGB value is (6,41,155). Sum of RGB (Red+Green+Blue) = 6+41+155=202 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.97% from 202); Green value is 41 (16.41% from 255 or 20.30% from 202); Blue value is 155 (60.94% from 255 or 76.73% from 202); Max value from RGB is 155 - color contains mainly: blue. Hex color #06299B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06299B is #F9D664. Grayscale: #2B2B2B. Windows color (decimal): -16373349 or 10168582. OLE color: 10168582.

HSL color Cylindrical-coordinate representation of color #06299B: hue angle of 225.91º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06299B is Cyan = 0.96, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 6 41 155 -
CMYK 0.96 0.74 0 0.39
HSL 225.91º 0.93% 0.32% -
HSV(B) 225.91º 0.96% 0.61% -
XYZ 6.78 3.99 31.42 -
YUV 43.53 190.9 101.23 -
System Red Green Blue C M Y K H S L
Decimal 6 41 155 0.96 0.74 0 0.39 225.91 0.93 0.32
Hex 6 29 9B 60 4A 0 27 E2 5D 20
Octal 6 51 233 140 112 0 47 342 135 40
Binary 110 101001 10011011 1100000 1001010 0 100111 11100010 1011101 100000

Color Harmonies of #06299B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06299B

Black with #06299B

Text Example


Text Example

White with #06299B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06299B; }

 p { color: rgb(6,41,155); }

 H1.HeaderClassName
 {
   color: #06299B;
 }
 .AnyTagClassName
 {
   color: #06299B;
 }
</style>

background-color css

<style>
 a { background-color: #06299B; }

 a { background-color: rgb(6,41,155); }

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

border-color css

<style>
 span { border-color: #06299B; }

 span { border-color: rgb(6,41,155); }

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