Html Css Color HEX #062288 Smalt

📋 copy color: '#062288'

red 6 ◦ green 34 ◦ blue 136

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

Shades of Smalt #062288

Tints of Smalt #062288

RGB

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

 GREEN value IS 34 (13.67% from 255) = 19.32%

 BLUE value IS 136 (53.52% from 255) = 77.27%

R = 3.41%
G = 19.32%
B = 77.27%

CMYK

 C value IS 0.96

 M value IS 0.75

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#062288 (or 0x062288) is known color: Smalt. HEX triplet: 06, 22 and 88. RGB value is (6,34,136). Sum of RGB (Red+Green+Blue) = 6+34+136=176 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.41% from 176); Green value is 34 (13.67% from 255 or 19.32% from 176); Blue value is 136 (53.52% from 255 or 77.27% from 176); Max value from RGB is 136 - color contains mainly: blue. Hex color #062288 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062288 is #F9DD77. Grayscale: #242424. Windows color (decimal): -16375160 or 8921606. OLE color: 8921606.

HSL color Cylindrical-coordinate representation of color #062288: hue angle of 227.08º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #062288 is Cyan = 0.96, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 6 34 136 -
CMYK 0.96 0.75 0 0.47
HSL 227.08º 0.92% 0.28% -
HSV(B) 227.08º 0.96% 0.53% -
XYZ 5.09 2.96 23.6 -
YUV 37.26 183.72 105.71 -
System Red Green Blue C M Y K H S L
Decimal 6 34 136 0.96 0.75 0 0.47 227.08 0.92 0.28
Hex 6 22 88 60 4B 0 2F E3 5C 1C
Octal 6 42 210 140 113 0 57 343 134 34
Binary 110 100010 10001000 1100000 1001011 0 101111 11100011 1011100 11100

Color Harmonies of #062288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062288

Black with #062288

Text Example


Text Example

White with #062288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062288; }

 p { color: rgb(6,34,136); }

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

background-color css

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

 a { background-color: rgb(6,34,136); }

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

border-color css

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

 span { border-color: rgb(6,34,136); }

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