Html Css Color HEX #062FA6 International Klein Blue

📋 copy color: '#062FA6'

red 6 ◦ green 47 ◦ blue 166

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

Shades of International Klein Blue #062FA6

Tints of International Klein Blue #062FA6

RGB

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

 GREEN value IS 47 (18.75% from 255) = 21.46%

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

R = 2.74%
G = 21.46%
B = 75.8%

CMYK

 C value IS 0.96

 M value IS 0.72

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#062FA6 (or 0x062FA6) is known color: International Klein Blue. HEX triplet: 06, 2F and A6. RGB value is (6,47,166). Sum of RGB (Red+Green+Blue) = 6+47+166=219 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.74% from 219); Green value is 47 (18.75% from 255 or 21.46% from 219); Blue value is 166 (65.23% from 255 or 75.80% from 219); Max value from RGB is 166 - color contains mainly: blue. Hex color #062FA6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062FA6 is #F9D059. Grayscale: #2F2F2F. Windows color (decimal): -16371802 or 10891014. OLE color: 10891014.

HSL color Cylindrical-coordinate representation of color #062FA6: hue angle of 224.62º 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 #062FA6 is Cyan = 0.96, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 6 47 166 -
CMYK 0.96 0.72 0 0.35
HSL 224.63º 0.93% 0.34% -
HSV(B) 224.63º 0.96% 0.65% -
XYZ 7.97 4.82 36.59 -
YUV 48.31 194.42 97.82 -
System Red Green Blue C M Y K H S L
Decimal 6 47 166 0.96 0.72 0 0.35 224.63 0.93 0.34
Hex 6 2F A6 60 48 0 23 E1 5D 22
Octal 6 57 246 140 110 0 43 341 135 42
Binary 110 101111 10100110 1100000 1001000 0 100011 11100001 1011101 100010

Color Harmonies of #062FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062FA6

Black with #062FA6

Text Example


Text Example

White with #062FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062FA6; }

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

 H1.HeaderClassName
 {
   color: #062FA6;
 }
 .AnyTagClassName
 {
   color: #062FA6;
 }
</style>

background-color css

<style>
 a { background-color: #062FA6; }

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

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

border-color css

<style>
 span { border-color: #062FA6; }

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

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