Html Css Color HEX #066A87 Allports

📋 copy color: '#066A87'

red 6 ◦ green 106 ◦ blue 135

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

Shades of Allports #066A87

Tints of Allports #066A87

RGB

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

 GREEN value IS 106 (41.8% from 255) = 42.91%

 BLUE value IS 135 (53.13% from 255) = 54.66%

R = 2.43%
G = 42.91%
B = 54.66%

CMYK

 C value IS 0.96

 M value IS 0.21

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#066A87 (or 0x066A87) is known color: Allports. HEX triplet: 06, 6A and 87. RGB value is (6,106,135). Sum of RGB (Red+Green+Blue) = 6+106+135=247 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.43% from 247); Green value is 106 (41.80% from 255 or 42.91% from 247); Blue value is 135 (53.12% from 255 or 54.66% from 247); Max value from RGB is 135 - color contains mainly: blue. Hex color #066A87 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066A87 is #F99578. Grayscale: #4F4F4F. Windows color (decimal): -16356729 or 8874502. OLE color: 8874502.

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

Color convert

RGB 6 106 135 -
CMYK 0.96 0.21 0 0.47
HSL 193.49º 0.91% 0.28% -
HSV(B) 193.49º 0.96% 0.53% -
XYZ 9.6 12.1 24.75 -
YUV 79.41 159.37 75.64 -
System Red Green Blue C M Y K H S L
Decimal 6 106 135 0.96 0.21 0 0.47 193.49 0.91 0.28
Hex 6 6A 87 60 15 0 2F C1 5B 1C
Octal 6 152 207 140 25 0 57 301 133 34
Binary 110 1101010 10000111 1100000 10101 0 101111 11000001 1011011 11100

Color Harmonies of #066A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066A87

Black with #066A87

Text Example


Text Example

White with #066A87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,106,135); }

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

background-color css

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

 a { background-color: rgb(6,106,135); }

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

border-color css

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

 span { border-color: rgb(6,106,135); }

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