Html Css Color HEX #06608B Allports

📋 copy color: '#06608B'

red 6 ◦ green 96 ◦ blue 139

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

Shades of Allports #06608B

Tints of Allports #06608B

RGB

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

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

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

R = 2.49%
G = 39.83%
B = 57.68%

CMYK

 C value IS 0.96

 M value IS 0.31

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#06608B (or 0x06608B) is known color: Allports. HEX triplet: 06, 60 and 8B. RGB value is (6,96,139). Sum of RGB (Red+Green+Blue) = 6+96+139=241 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.49% from 241); Green value is 96 (37.89% from 255 or 39.83% from 241); Blue value is 139 (54.69% from 255 or 57.68% from 241); Max value from RGB is 139 - color contains mainly: blue. Hex color #06608B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #06608B is #F99F74. Grayscale: #494949. Windows color (decimal): -16359285 or 9134086. OLE color: 9134086.

HSL color Cylindrical-coordinate representation of color #06608B: hue angle of 199.4º 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 #06608B is Cyan = 0.96, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 6 96 139 -
CMYK 0.96 0.31 0 0.45
HSL 199.4º 0.92% 0.28% -
HSV(B) 199.4º 0.96% 0.55% -
XYZ 8.92 10.27 25.94 -
YUV 73.99 164.68 79.5 -
System Red Green Blue C M Y K H S L
Decimal 6 96 139 0.96 0.31 0 0.45 199.4 0.92 0.28
Hex 6 60 8B 60 1F 0 2D C7 5C 1C
Octal 6 140 213 140 37 0 55 307 134 34
Binary 110 1100000 10001011 1100000 11111 0 101101 11000111 1011100 11100

Color Harmonies of #06608B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06608B

Black with #06608B

Text Example


Text Example

White with #06608B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06608B; }

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

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

background-color css

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

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

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

border-color css

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

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

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