Html Css Color HEX #066289 Allports

📋 copy color: '#066289'

red 6 ◦ green 98 ◦ blue 137

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

Shades of Allports #066289

Tints of Allports #066289

RGB

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

 GREEN value IS 98 (38.67% from 255) = 40.66%

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

R = 2.49%
G = 40.66%
B = 56.85%

CMYK

 C value IS 0.96

 M value IS 0.28

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#066289 (or 0x066289) is known color: Allports. HEX triplet: 06, 62 and 89. RGB value is (6,98,137). Sum of RGB (Red+Green+Blue) = 6+98+137=241 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.49% from 241); Green value is 98 (38.67% from 255 or 40.66% from 241); Blue value is 137 (53.91% from 255 or 56.85% from 241); Max value from RGB is 137 - color contains mainly: blue. Hex color #066289 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066289 is #F99D76. Grayscale: #4A4A4A. Windows color (decimal): -16358775 or 9003526. OLE color: 9003526.

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

Color convert

RGB 6 98 137 -
CMYK 0.96 0.28 0 0.46
HSL 197.86º 0.92% 0.28% -
HSV(B) 197.86º 0.96% 0.54% -
XYZ 8.96 10.58 25.24 -
YUV 74.94 163.02 78.83 -
System Red Green Blue C M Y K H S L
Decimal 6 98 137 0.96 0.28 0 0.46 197.86 0.92 0.28
Hex 6 62 89 60 1C 0 2E C6 5C 1C
Octal 6 142 211 140 34 0 56 306 134 34
Binary 110 1100010 10001001 1100000 11100 0 101110 11000110 1011100 11100

Color Harmonies of #066289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066289

Black with #066289

Text Example


Text Example

White with #066289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066289; }

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

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

background-color css

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

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

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

border-color css

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

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

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