Html Css Color HEX #063AAF International Klein Blue

📋 copy color: '#063AAF'

red 6 ◦ green 58 ◦ blue 175

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

Shades of International Klein Blue #063AAF

Tints of International Klein Blue #063AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 73.22%

R = 2.51%
G = 24.27%
B = 73.22%

CMYK

 C value IS 0.97

 M value IS 0.67

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#063AAF (or 0x063AAF) is known color: International Klein Blue. HEX triplet: 06, 3A and AF. RGB value is (6,58,175). Sum of RGB (Red+Green+Blue) = 6+58+175=239 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.51% from 239); Green value is 58 (23.05% from 255 or 24.27% from 239); Blue value is 175 (68.75% from 255 or 73.22% from 239); Max value from RGB is 175 - color contains mainly: blue. Hex color #063AAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063AAF is #F9C550. Grayscale: #373737. Windows color (decimal): -16368977 or 11483654. OLE color: 11483654.

HSL color Cylindrical-coordinate representation of color #063AAF: hue angle of 221.54º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #063AAF is Cyan = 0.97, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 6 58 175 -
CMYK 0.97 0.67 0 0.31
HSL 221.54º 0.93% 0.35% -
HSV(B) 221.54º 0.97% 0.69% -
XYZ 9.33 6.16 41.25 -
YUV 55.79 195.27 92.49 -
System Red Green Blue C M Y K H S L
Decimal 6 58 175 0.97 0.67 0 0.31 221.54 0.93 0.35
Hex 6 3A AF 61 43 0 1F DE 5D 23
Octal 6 72 257 141 103 0 37 336 135 43
Binary 110 111010 10101111 1100001 1000011 0 11111 11011110 1011101 100011

Color Harmonies of #063AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063AAF

Black with #063AAF

Text Example


Text Example

White with #063AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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