Html Css Color HEX #066B86 Allports

📋 copy color: '#066B86'

red 6 ◦ green 107 ◦ blue 134

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

Shades of Allports #066B86

Tints of Allports #066B86

RGB

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

 GREEN value IS 107 (42.19% from 255) = 43.32%

 BLUE value IS 134 (52.73% from 255) = 54.25%

R = 2.43%
G = 43.32%
B = 54.25%

CMYK

 C value IS 0.96

 M value IS 0.20

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#066B86 (or 0x066B86) is known color: Allports. HEX triplet: 06, 6B and 86. RGB value is (6,107,134). Sum of RGB (Red+Green+Blue) = 6+107+134=247 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.43% from 247); Green value is 107 (42.19% from 255 or 43.32% from 247); Blue value is 134 (52.73% from 255 or 54.25% from 247); Max value from RGB is 134 - color contains mainly: blue. Hex color #066B86 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066B86 is #F99479. Grayscale: #4F4F4F. Windows color (decimal): -16356474 or 8809222. OLE color: 8809222.

HSL color Cylindrical-coordinate representation of color #066B86: hue angle of 192.66º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #066B86 is Cyan = 0.96, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 6 107 134 -
CMYK 0.96 0.20 0 0.47
HSL 192.66º 0.91% 0.27% -
HSV(B) 192.66º 0.96% 0.53% -
XYZ 9.64 12.28 24.42 -
YUV 79.88 158.54 75.3 -
System Red Green Blue C M Y K H S L
Decimal 6 107 134 0.96 0.20 0 0.47 192.66 0.91 0.27
Hex 6 6B 86 60 14 0 2F C1 5B 1B
Octal 6 153 206 140 24 0 57 301 133 33
Binary 110 1101011 10000110 1100000 10100 0 101111 11000001 1011011 11011

Color Harmonies of #066B86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066B86

Black with #066B86

Text Example


Text Example

White with #066B86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066B86; }

 p { color: rgb(6,107,134); }

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

background-color css

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

 a { background-color: rgb(6,107,134); }

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

border-color css

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

 span { border-color: rgb(6,107,134); }

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