Html Css Color HEX #066B8B Allports

📋 copy color: '#066B8B'

red 6 ◦ green 107 ◦ blue 139

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

Shades of Allports #066B8B

Tints of Allports #066B8B

RGB

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

 GREEN value IS 107 (42.19% from 255) = 42.46%

 BLUE value IS 139 (54.69% from 255) = 55.16%

R = 2.38%
G = 42.46%
B = 55.16%

CMYK

 C value IS 0.96

 M value IS 0.23

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#066B8B (or 0x066B8B) is known color: Allports. HEX triplet: 06, 6B and 8B. RGB value is (6,107,139). Sum of RGB (Red+Green+Blue) = 6+107+139=252 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.38% from 252); Green value is 107 (42.19% from 255 or 42.46% from 252); Blue value is 139 (54.69% from 255 or 55.16% from 252); Max value from RGB is 139 - color contains mainly: blue. Hex color #066B8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066B8B is #F99474. Grayscale: #505050. Windows color (decimal): -16356469 or 9136902. OLE color: 9136902.

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

Color convert

RGB 6 107 139 -
CMYK 0.96 0.23 0 0.45
HSL 194.44º 0.92% 0.28% -
HSV(B) 194.44º 0.96% 0.55% -
XYZ 9.99 12.42 26.3 -
YUV 80.45 161.04 74.9 -
System Red Green Blue C M Y K H S L
Decimal 6 107 139 0.96 0.23 0 0.45 194.44 0.92 0.28
Hex 6 6B 8B 60 17 0 2D C2 5C 1C
Octal 6 153 213 140 27 0 55 302 134 34
Binary 110 1101011 10001011 1100000 10111 0 101101 11000010 1011100 11100

Color Harmonies of #066B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066B8B

Black with #066B8B

Text Example


Text Example

White with #066B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,107,139); }

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

background-color css

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

 a { background-color: rgb(6,107,139); }

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

border-color css

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

 span { border-color: rgb(6,107,139); }

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