Html Css Color HEX #062654 Sapphire

📋 copy color: '#062654'

red 6 ◦ green 38 ◦ blue 84

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

Shades of Sapphire #062654

Tints of Sapphire #062654

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 65.63%

R = 4.69%
G = 29.69%
B = 65.63%

CMYK

 C value IS 0.93

 M value IS 0.55

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#062654 (or 0x062654) is known color: Sapphire. HEX triplet: 06, 26 and 54. RGB value is (6,38,84). Sum of RGB (Red+Green+Blue) = 6+38+84=128 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.69% from 128); Green value is 38 (15.23% from 255 or 29.69% from 128); Blue value is 84 (33.20% from 255 or 65.62% from 128); Max value from RGB is 84 - color contains mainly: blue. Hex color #062654 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062654 is #F9D9AB. Grayscale: #212121. Windows color (decimal): -16374188 or 5514758. OLE color: 5514758.

HSL color Cylindrical-coordinate representation of color #062654: hue angle of 215.38º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #062654 is Cyan = 0.93, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 6 38 84 -
CMYK 0.93 0.55 0 0.67
HSL 215.38º 0.87% 0.18% -
HSV(B) 215.38º 0.93% 0.33% -
XYZ 2.37 2.07 8.66 -
YUV 33.68 156.4 108.26 -
System Red Green Blue C M Y K H S L
Decimal 6 38 84 0.93 0.55 0 0.67 215.38 0.87 0.18
Hex 6 26 54 5D 37 0 43 D7 57 12
Octal 6 46 124 135 67 0 103 327 127 22
Binary 110 100110 1010100 1011101 110111 0 1000011 11010111 1010111 10010

Color Harmonies of #062654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062654

Black with #062654

Text Example


Text Example

White with #062654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062654; }

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

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

background-color css

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

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

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

border-color css

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

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

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