Html Css Color HEX #062C6D Sapphire

📋 copy color: '#062C6D'

red 6 ◦ green 44 ◦ blue 109

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

Shades of Sapphire #062C6D

Tints of Sapphire #062C6D

RGB

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

 GREEN value IS 44 (17.58% from 255) = 27.67%

 BLUE value IS 109 (42.97% from 255) = 68.55%

R = 3.77%
G = 27.67%
B = 68.55%

CMYK

 C value IS 0.94

 M value IS 0.60

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#062C6D (or 0x062C6D) is known color: Sapphire. HEX triplet: 06, 2C and 6D. RGB value is (6,44,109). Sum of RGB (Red+Green+Blue) = 6+44+109=159 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.77% from 159); Green value is 44 (17.58% from 255 or 27.67% from 159); Blue value is 109 (42.97% from 255 or 68.55% from 159); Max value from RGB is 109 - color contains mainly: blue. Hex color #062C6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062C6D is #F9D392. Grayscale: #272727. Windows color (decimal): -16372627 or 7154694. OLE color: 7154694.

HSL color Cylindrical-coordinate representation of color #062C6D: hue angle of 217.86º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #062C6D is Cyan = 0.94, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 6 44 109 -
CMYK 0.94 0.60 0 0.57
HSL 217.86º 0.9% 0.23% -
HSV(B) 217.86º 0.94% 0.43% -
XYZ 3.74 2.94 14.84 -
YUV 40.05 166.91 103.71 -
System Red Green Blue C M Y K H S L
Decimal 6 44 109 0.94 0.60 0 0.57 217.86 0.9 0.23
Hex 6 2C 6D 5E 3C 0 39 DA 5A 17
Octal 6 54 155 136 74 0 71 332 132 27
Binary 110 101100 1101101 1011110 111100 0 111001 11011010 1011010 10111

Color Harmonies of #062C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062C6D

Black with #062C6D

Text Example


Text Example

White with #062C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062C6D; }

 p { color: rgb(6,44,109); }

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

background-color css

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

 a { background-color: rgb(6,44,109); }

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

border-color css

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

 span { border-color: rgb(6,44,109); }

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