Html Css Color HEX #06208A Smalt

📋 copy color: '#06208A'

red 6 ◦ green 32 ◦ blue 138

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

Shades of Smalt #06208A

Tints of Smalt #06208A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 18.18%

 BLUE value IS 138 (54.3% from 255) = 78.41%

R = 3.41%
G = 18.18%
B = 78.41%

CMYK

 C value IS 0.96

 M value IS 0.77

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#06208A (or 0x06208A) is known color: Smalt. HEX triplet: 06, 20 and 8A. RGB value is (6,32,138). Sum of RGB (Red+Green+Blue) = 6+32+138=176 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.41% from 176); Green value is 32 (12.89% from 255 or 18.18% from 176); Blue value is 138 (54.30% from 255 or 78.41% from 176); Max value from RGB is 138 - color contains mainly: blue. Hex color #06208A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06208A is #F9DF75. Grayscale: #232323. Windows color (decimal): -16375670 or 9052166. OLE color: 9052166.

HSL color Cylindrical-coordinate representation of color #06208A: hue angle of 228.18º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06208A is Cyan = 0.96, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 6 32 138 -
CMYK 0.96 0.77 0 0.46
HSL 228.18º 0.92% 0.28% -
HSV(B) 228.18º 0.96% 0.54% -
XYZ 5.18 2.91 24.33 -
YUV 36.31 185.39 106.38 -
System Red Green Blue C M Y K H S L
Decimal 6 32 138 0.96 0.77 0 0.46 228.18 0.92 0.28
Hex 6 20 8A 60 4D 0 2E E4 5C 1C
Octal 6 40 212 140 115 0 56 344 134 34
Binary 110 100000 10001010 1100000 1001101 0 101110 11100100 1011100 11100

Color Harmonies of #06208A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06208A

Black with #06208A

Text Example


Text Example

White with #06208A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06208A; }

 p { color: rgb(6,32,138); }

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

background-color css

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

 a { background-color: rgb(6,32,138); }

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

border-color css

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

 span { border-color: rgb(6,32,138); }

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