Html Css Color HEX #062665 Sapphire

📋 copy color: '#062665'

red 6 ◦ green 38 ◦ blue 101

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

Shades of Sapphire #062665

Tints of Sapphire #062665

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 69.66%

R = 4.14%
G = 26.21%
B = 69.66%

CMYK

 C value IS 0.94

 M value IS 0.62

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#062665 (or 0x062665) is known color: Sapphire. HEX triplet: 06, 26 and 65. RGB value is (6,38,101). Sum of RGB (Red+Green+Blue) = 6+38+101=145 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.14% from 145); Green value is 38 (15.23% from 255 or 26.21% from 145); Blue value is 101 (39.84% from 255 or 69.66% from 145); Max value from RGB is 101 - color contains mainly: blue. Hex color #062665 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062665 is #F9D99A. Grayscale: #232323. Windows color (decimal): -16374171 or 6628870. OLE color: 6628870.

HSL color Cylindrical-coordinate representation of color #062665: hue angle of 219.79º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #062665 is Cyan = 0.94, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 6 38 101 -
CMYK 0.94 0.62 0 0.60
HSL 219.79º 0.89% 0.21% -
HSV(B) 219.79º 0.94% 0.4% -
XYZ 3.12 2.36 12.6 -
YUV 35.61 164.9 106.88 -
System Red Green Blue C M Y K H S L
Decimal 6 38 101 0.94 0.62 0 0.60 219.79 0.89 0.21
Hex 6 26 65 5E 3E 0 3C DC 59 15
Octal 6 46 145 136 76 0 74 334 131 25
Binary 110 100110 1100101 1011110 111110 0 111100 11011100 1011001 10101

Color Harmonies of #062665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062665

Black with #062665

Text Example


Text Example

White with #062665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062665; }

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

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

background-color css

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

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

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

border-color css

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

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

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