Html Css Color HEX #066A8D Allports

📋 copy color: '#066A8D'

red 6 ◦ green 106 ◦ blue 141

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

Shades of Allports #066A8D

Tints of Allports #066A8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 55.73%

R = 2.37%
G = 41.9%
B = 55.73%

CMYK

 C value IS 0.96

 M value IS 0.25

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#066A8D (or 0x066A8D) is known color: Allports. HEX triplet: 06, 6A and 8D. RGB value is (6,106,141). Sum of RGB (Red+Green+Blue) = 6+106+141=253 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.37% from 253); Green value is 106 (41.80% from 255 or 41.90% from 253); Blue value is 141 (55.47% from 255 or 55.73% from 253); Max value from RGB is 141 - color contains mainly: blue. Hex color #066A8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066A8D is #F99572. Grayscale: #4F4F4F. Windows color (decimal): -16356723 or 9267718. OLE color: 9267718.

HSL color Cylindrical-coordinate representation of color #066A8D: hue angle of 195.56º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #066A8D is Cyan = 0.96, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 6 106 141 -
CMYK 0.96 0.25 0 0.45
HSL 195.56º 0.92% 0.29% -
HSV(B) 195.56º 0.96% 0.55% -
XYZ 10.04 12.27 27.04 -
YUV 80.09 162.37 75.15 -
System Red Green Blue C M Y K H S L
Decimal 6 106 141 0.96 0.25 0 0.45 195.56 0.92 0.29
Hex 6 6A 8D 60 19 0 2D C4 5C 1D
Octal 6 152 215 140 31 0 55 304 134 35
Binary 110 1101010 10001101 1100000 11001 0 101101 11000100 1011100 11101

Color Harmonies of #066A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066A8D

Black with #066A8D

Text Example


Text Example

White with #066A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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