Html Css Color HEX #06648A Allports

📋 copy color: '#06648A'

red 6 ◦ green 100 ◦ blue 138

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

Shades of Allports #06648A

Tints of Allports #06648A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 40.98%

 BLUE value IS 138 (54.3% from 255) = 56.56%

R = 2.46%
G = 40.98%
B = 56.56%

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

#06648A (or 0x06648A) is known color: Allports. HEX triplet: 06, 64 and 8A. RGB value is (6,100,138). Sum of RGB (Red+Green+Blue) = 6+100+138=244 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.46% from 244); Green value is 100 (39.45% from 255 or 40.98% from 244); Blue value is 138 (54.30% from 255 or 56.56% from 244); Max value from RGB is 138 - color contains mainly: blue. Hex color #06648A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #06648A is #F99B75. Grayscale: #4B4B4B. Windows color (decimal): -16358262 or 9069574. OLE color: 9069574.

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

Color convert

RGB 6 100 138 -
CMYK 0.96 0.28 0 0.46
HSL 197.27º 0.92% 0.28% -
HSV(B) 197.27º 0.96% 0.54% -
XYZ 9.22 10.99 25.68 -
YUV 76.23 162.86 77.91 -
System Red Green Blue C M Y K H S L
Decimal 6 100 138 0.96 0.28 0 0.46 197.27 0.92 0.28
Hex 6 64 8A 60 1C 0 2E C5 5C 1C
Octal 6 144 212 140 34 0 56 305 134 34
Binary 110 1100100 10001010 1100000 11100 0 101110 11000101 1011100 11100

Color Harmonies of #06648A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06648A

Black with #06648A

Text Example


Text Example

White with #06648A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06648A; }

 p { color: rgb(6,100,138); }

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

background-color css

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

 a { background-color: rgb(6,100,138); }

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

border-color css

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

 span { border-color: rgb(6,100,138); }

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