Html Css Color HEX #066489 Allports

📋 copy color: '#066489'

red 6 ◦ green 100 ◦ blue 137

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

Shades of Allports #066489

Tints of Allports #066489

RGB

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

 GREEN value IS 100 (39.45% from 255) = 41.15%

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

R = 2.47%
G = 41.15%
B = 56.38%

CMYK

 C value IS 0.96

 M value IS 0.27

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#066489 (or 0x066489) is known color: Allports. HEX triplet: 06, 64 and 89. RGB value is (6,100,137). Sum of RGB (Red+Green+Blue) = 6+100+137=243 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.47% from 243); Green value is 100 (39.45% from 255 or 41.15% from 243); Blue value is 137 (53.91% from 255 or 56.38% from 243); Max value from RGB is 137 - color contains mainly: blue. Hex color #066489 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066489 is #F99B76. Grayscale: #4B4B4B. Windows color (decimal): -16358263 or 9004038. OLE color: 9004038.

HSL color Cylindrical-coordinate representation of color #066489: hue angle of 196.95º 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 #066489 is Cyan = 0.96, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 6 100 137 -
CMYK 0.96 0.27 0 0.46
HSL 196.95º 0.92% 0.28% -
HSV(B) 196.95º 0.96% 0.54% -
XYZ 9.15 10.96 25.3 -
YUV 76.11 162.36 77.99 -
System Red Green Blue C M Y K H S L
Decimal 6 100 137 0.96 0.27 0 0.46 196.95 0.92 0.28
Hex 6 64 89 60 1B 0 2E C5 5C 1C
Octal 6 144 211 140 33 0 56 305 134 34
Binary 110 1100100 10001001 1100000 11011 0 101110 11000101 1011100 11100

Color Harmonies of #066489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066489

Black with #066489

Text Example


Text Example

White with #066489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066489; }

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

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

background-color css

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

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

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

border-color css

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

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

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