Html Css Color HEX #063AA6 International Klein Blue

📋 copy color: '#063AA6'

red 6 ◦ green 58 ◦ blue 166

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

Shades of International Klein Blue #063AA6

Tints of International Klein Blue #063AA6

RGB

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

 GREEN value IS 58 (23.05% from 255) = 25.22%

 BLUE value IS 166 (65.23% from 255) = 72.17%

R = 2.61%
G = 25.22%
B = 72.17%

CMYK

 C value IS 0.96

 M value IS 0.65

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#063AA6 (or 0x063AA6) is known color: International Klein Blue. HEX triplet: 06, 3A and A6. RGB value is (6,58,166). Sum of RGB (Red+Green+Blue) = 6+58+166=230 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.61% from 230); Green value is 58 (23.05% from 255 or 25.22% from 230); Blue value is 166 (65.23% from 255 or 72.17% from 230); Max value from RGB is 166 - color contains mainly: blue. Hex color #063AA6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063AA6 is #F9C559. Grayscale: #363636. Windows color (decimal): -16368986 or 10893830. OLE color: 10893830.

HSL color Cylindrical-coordinate representation of color #063AA6: hue angle of 220.5º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #063AA6 is Cyan = 0.96, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 6 58 166 -
CMYK 0.96 0.65 0 0.35
HSL 220.5º 0.93% 0.34% -
HSV(B) 220.5º 0.96% 0.65% -
XYZ 8.47 5.82 36.75 -
YUV 54.76 190.77 93.22 -
System Red Green Blue C M Y K H S L
Decimal 6 58 166 0.96 0.65 0 0.35 220.5 0.93 0.34
Hex 6 3A A6 60 41 0 23 DC 5D 22
Octal 6 72 246 140 101 0 43 334 135 42
Binary 110 111010 10100110 1100000 1000001 0 100011 11011100 1011101 100010

Color Harmonies of #063AA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063AA6

Black with #063AA6

Text Example


Text Example

White with #063AA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063AA6; }

 p { color: rgb(6,58,166); }

 H1.HeaderClassName
 {
   color: #063AA6;
 }
 .AnyTagClassName
 {
   color: #063AA6;
 }
</style>

background-color css

<style>
 a { background-color: #063AA6; }

 a { background-color: rgb(6,58,166); }

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

border-color css

<style>
 span { border-color: #063AA6; }

 span { border-color: rgb(6,58,166); }

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