Html Css Color HEX #062685 Smalt

📋 copy color: '#062685'

red 6 ◦ green 38 ◦ blue 133

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

Shades of Smalt #062685

Tints of Smalt #062685

RGB

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

 GREEN value IS 38 (15.23% from 255) = 21.47%

 BLUE value IS 133 (52.34% from 255) = 75.14%

R = 3.39%
G = 21.47%
B = 75.14%

CMYK

 C value IS 0.95

 M value IS 0.71

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#062685 (or 0x062685) is known color: Smalt. HEX triplet: 06, 26 and 85. RGB value is (6,38,133). Sum of RGB (Red+Green+Blue) = 6+38+133=177 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.39% from 177); Green value is 38 (15.23% from 255 or 21.47% from 177); Blue value is 133 (52.34% from 255 or 75.14% from 177); Max value from RGB is 133 - color contains mainly: blue. Hex color #062685 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062685 is #F9D97A. Grayscale: #262626. Windows color (decimal): -16374139 or 8726022. OLE color: 8726022.

HSL color Cylindrical-coordinate representation of color #062685: hue angle of 224.88º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #062685 is Cyan = 0.95, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 6 38 133 -
CMYK 0.95 0.71 0 0.48
HSL 224.88º 0.91% 0.27% -
HSV(B) 224.88º 0.95% 0.52% -
XYZ 5 3.12 22.53 -
YUV 39.26 180.9 104.28 -
System Red Green Blue C M Y K H S L
Decimal 6 38 133 0.95 0.71 0 0.48 224.88 0.91 0.27
Hex 6 26 85 5F 47 0 30 E1 5B 1B
Octal 6 46 205 137 107 0 60 341 133 33
Binary 110 100110 10000101 1011111 1000111 0 110000 11100001 1011011 11011

Color Harmonies of #062685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062685

Black with #062685

Text Example


Text Example

White with #062685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062685; }

 p { color: rgb(6,38,133); }

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

background-color css

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

 a { background-color: rgb(6,38,133); }

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

border-color css

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

 span { border-color: rgb(6,38,133); }

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