Html Css Color HEX #062287 Smalt

📋 copy color: '#062287'

red 6 ◦ green 34 ◦ blue 135

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

Shades of Smalt #062287

Tints of Smalt #062287

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 77.14%

R = 3.43%
G = 19.43%
B = 77.14%

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

#062287 (or 0x062287) is known color: Smalt. HEX triplet: 06, 22 and 87. RGB value is (6,34,135). Sum of RGB (Red+Green+Blue) = 6+34+135=175 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.43% from 175); Green value is 34 (13.67% from 255 or 19.43% from 175); Blue value is 135 (53.12% from 255 or 77.14% from 175); Max value from RGB is 135 - color contains mainly: blue. Hex color #062287 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062287 is #F9DD78. Grayscale: #242424. Windows color (decimal): -16375161 or 8856070. OLE color: 8856070.

HSL color Cylindrical-coordinate representation of color #062287: hue angle of 226.98º degrees, saturation: 0.91, 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 #062287 is Cyan = 0.96, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 6 34 135 -
CMYK 0.96 0.75 0 0.47
HSL 226.98º 0.91% 0.28% -
HSV(B) 226.98º 0.96% 0.53% -
XYZ 5.02 2.93 23.22 -
YUV 37.14 183.22 105.79 -
System Red Green Blue C M Y K H S L
Decimal 6 34 135 0.96 0.75 0 0.47 226.98 0.91 0.28
Hex 6 22 87 60 4B 0 2F E3 5B 1C
Octal 6 42 207 140 113 0 57 343 133 34
Binary 110 100010 10000111 1100000 1001011 0 101111 11100011 1011011 11100

Color Harmonies of #062287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062287

Black with #062287

Text Example


Text Example

White with #062287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062287; }

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

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

background-color css

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

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

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

border-color css

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

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

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