Html Css Color HEX #066088 Allports

📋 copy color: '#066088'

red 6 ◦ green 96 ◦ blue 136

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

Shades of Allports #066088

Tints of Allports #066088

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 57.14%

R = 2.52%
G = 40.34%
B = 57.14%

CMYK

 C value IS 0.96

 M value IS 0.29

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#066088 (or 0x066088) is known color: Allports. HEX triplet: 06, 60 and 88. RGB value is (6,96,136). Sum of RGB (Red+Green+Blue) = 6+96+136=238 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.52% from 238); Green value is 96 (37.89% from 255 or 40.34% from 238); Blue value is 136 (53.52% from 255 or 57.14% from 238); Max value from RGB is 136 - color contains mainly: blue. Hex color #066088 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066088 is #F99F77. Grayscale: #494949. Windows color (decimal): -16359288 or 8937478. OLE color: 8937478.

HSL color Cylindrical-coordinate representation of color #066088: hue angle of 198.46º degrees, saturation: 0.92, 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 #066088 is Cyan = 0.96, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 6 96 136 -
CMYK 0.96 0.29 0 0.47
HSL 198.46º 0.92% 0.28% -
HSV(B) 198.46º 0.96% 0.53% -
XYZ 8.7 10.18 24.8 -
YUV 73.65 163.18 79.75 -
System Red Green Blue C M Y K H S L
Decimal 6 96 136 0.96 0.29 0 0.47 198.46 0.92 0.28
Hex 6 60 88 60 1D 0 2F C6 5C 1C
Octal 6 140 210 140 35 0 57 306 134 34
Binary 110 1100000 10001000 1100000 11101 0 101111 11000110 1011100 11100

Color Harmonies of #066088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066088

Black with #066088

Text Example


Text Example

White with #066088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066088; }

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

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

background-color css

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

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

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

border-color css

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

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

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