Html Css Color HEX #06638A Allports

📋 copy color: '#06638A'

red 6 ◦ green 99 ◦ blue 138

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

Shades of Allports #06638A

Tints of Allports #06638A

RGB

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

 GREEN value IS 99 (39.06% from 255) = 40.74%

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

R = 2.47%
G = 40.74%
B = 56.79%

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

#06638A (or 0x06638A) is known color: Allports. HEX triplet: 06, 63 and 8A. RGB value is (6,99,138). Sum of RGB (Red+Green+Blue) = 6+99+138=243 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.47% from 243); Green value is 99 (39.06% from 255 or 40.74% from 243); Blue value is 138 (54.30% from 255 or 56.79% from 243); Max value from RGB is 138 - color contains mainly: blue. Hex color #06638A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #06638A is #F99C75. Grayscale: #4B4B4B. Windows color (decimal): -16358518 or 9069318. OLE color: 9069318.

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

Color convert

RGB 6 99 138 -
CMYK 0.96 0.28 0 0.46
HSL 197.73º 0.92% 0.28% -
HSV(B) 197.73º 0.96% 0.54% -
XYZ 9.12 10.8 25.65 -
YUV 75.64 163.19 78.33 -
System Red Green Blue C M Y K H S L
Decimal 6 99 138 0.96 0.28 0 0.46 197.73 0.92 0.28
Hex 6 63 8A 60 1C 0 2E C6 5C 1C
Octal 6 143 212 140 34 0 56 306 134 34
Binary 110 1100011 10001010 1100000 11100 0 101110 11000110 1011100 11100

Color Harmonies of #06638A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06638A

Black with #06638A

Text Example


Text Example

White with #06638A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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