Html Css Color HEX #066089 Allports

📋 copy color: '#066089'

red 6 ◦ green 96 ◦ blue 137

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

Shades of Allports #066089

Tints of Allports #066089

RGB

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

 GREEN value IS 96 (37.89% from 255) = 40.17%

 BLUE value IS 137 (53.91% from 255) = 57.32%

R = 2.51%
G = 40.17%
B = 57.32%

CMYK

 C value IS 0.96

 M value IS 0.30

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#066089 (or 0x066089) is known color: Allports. HEX triplet: 06, 60 and 89. RGB value is (6,96,137). Sum of RGB (Red+Green+Blue) = 6+96+137=239 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.51% from 239); Green value is 96 (37.89% from 255 or 40.17% from 239); Blue value is 137 (53.91% from 255 or 57.32% from 239); Max value from RGB is 137 - color contains mainly: blue. Hex color #066089 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066089 is #F99F76. Grayscale: #494949. Windows color (decimal): -16359287 or 9003014. OLE color: 9003014.

HSL color Cylindrical-coordinate representation of color #066089: hue angle of 198.78º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #066089 is Cyan = 0.96, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 6 96 137 -
CMYK 0.96 0.30 0 0.46
HSL 198.78º 0.92% 0.28% -
HSV(B) 198.78º 0.96% 0.54% -
XYZ 8.77 10.21 25.18 -
YUV 73.76 163.68 79.67 -
System Red Green Blue C M Y K H S L
Decimal 6 96 137 0.96 0.30 0 0.46 198.78 0.92 0.28
Hex 6 60 89 60 1E 0 2E C7 5C 1C
Octal 6 140 211 140 36 0 56 307 134 34
Binary 110 1100000 10001001 1100000 11110 0 101110 11000111 1011100 11100

Color Harmonies of #066089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066089

Black with #066089

Text Example


Text Example

White with #066089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066089; }

 p { color: rgb(6,96,137); }

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

background-color css

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

 a { background-color: rgb(6,96,137); }

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

border-color css

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

 span { border-color: rgb(6,96,137); }

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