Html Css Color HEX #062297 Smalt

📋 copy color: '#062297'

red 6 ◦ green 34 ◦ blue 151

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

Shades of Smalt #062297

Tints of Smalt #062297

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 79.06%

R = 3.14%
G = 17.8%
B = 79.06%

CMYK

 C value IS 0.96

 M value IS 0.77

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#062297 (or 0x062297) is known color: Smalt. HEX triplet: 06, 22 and 97. RGB value is (6,34,151). Sum of RGB (Red+Green+Blue) = 6+34+151=191 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.14% from 191); Green value is 34 (13.67% from 255 or 17.80% from 191); Blue value is 151 (59.38% from 255 or 79.06% from 191); Max value from RGB is 151 - color contains mainly: blue. Hex color #062297 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062297 is #F9DD68. Grayscale: #262626. Windows color (decimal): -16375145 or 9904646. OLE color: 9904646.

HSL color Cylindrical-coordinate representation of color #062297: hue angle of 228.41º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #062297 is Cyan = 0.96, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 6 34 151 -
CMYK 0.96 0.77 0 0.41
HSL 228.41º 0.92% 0.31% -
HSV(B) 228.41º 0.96% 0.59% -
XYZ 6.23 3.42 29.61 -
YUV 38.97 191.22 104.49 -
System Red Green Blue C M Y K H S L
Decimal 6 34 151 0.96 0.77 0 0.41 228.41 0.92 0.31
Hex 6 22 97 60 4D 0 29 E4 5C 1F
Octal 6 42 227 140 115 0 51 344 134 37
Binary 110 100010 10010111 1100000 1001101 0 101001 11100100 1011100 11111

Color Harmonies of #062297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062297

Black with #062297

Text Example


Text Example

White with #062297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062297; }

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

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

background-color css

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

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

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

border-color css

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

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

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