Html Css Color HEX #064253 Sherpa Blue

📋 copy color: '#064253'

red 6 ◦ green 66 ◦ blue 83

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

Shades of Sherpa Blue #064253

Tints of Sherpa Blue #064253

RGB

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

 GREEN value IS 66 (26.17% from 255) = 42.58%

 BLUE value IS 83 (32.81% from 255) = 53.55%

R = 3.87%
G = 42.58%
B = 53.55%

CMYK

 C value IS 0.93

 M value IS 0.20

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#064253 (or 0x064253) is known color: Sherpa Blue. HEX triplet: 06, 42 and 53. RGB value is (6,66,83). Sum of RGB (Red+Green+Blue) = 6+66+83=155 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.87% from 155); Green value is 66 (26.17% from 255 or 42.58% from 155); Blue value is 83 (32.81% from 255 or 53.55% from 155); Max value from RGB is 83 - color contains mainly: blue. Hex color #064253 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064253 is #F9BDAC. Grayscale: #313131. Windows color (decimal): -16367021 or 5456390. OLE color: 5456390.

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

Color convert

RGB 6 66 83 -
CMYK 0.93 0.20 0 0.67
HSL 193.25º 0.87% 0.17% -
HSV(B) 193.25º 0.93% 0.33% -
XYZ 3.58 4.56 8.87 -
YUV 50 146.62 96.62 -
System Red Green Blue C M Y K H S L
Decimal 6 66 83 0.93 0.20 0 0.67 193.25 0.87 0.17
Hex 6 42 53 5D 14 0 43 C1 57 11
Octal 6 102 123 135 24 0 103 301 127 21
Binary 110 1000010 1010011 1011101 10100 0 1000011 11000001 1010111 10001

Color Harmonies of #064253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064253

Black with #064253

Text Example


Text Example

White with #064253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064253; }

 p { color: rgb(6,66,83); }

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

background-color css

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

 a { background-color: rgb(6,66,83); }

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

border-color css

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

 span { border-color: rgb(6,66,83); }

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