Html Css Color HEX #061EC1 International Klein Blue

📋 copy color: '#061EC1'

red 6 ◦ green 30 ◦ blue 193

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

Shades of International Klein Blue #061EC1

Tints of International Klein Blue #061EC1

RGB

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

 GREEN value IS 30 (12.11% from 255) = 13.1%

 BLUE value IS 193 (75.78% from 255) = 84.28%

R = 2.62%
G = 13.1%
B = 84.28%

CMYK

 C value IS 0.97

 M value IS 0.84

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#061EC1 (or 0x061EC1) is known color: International Klein Blue. HEX triplet: 06, 1E and C1. RGB value is (6,30,193). Sum of RGB (Red+Green+Blue) = 6+30+193=229 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.62% from 229); Green value is 30 (12.11% from 255 or 13.10% from 229); Blue value is 193 (75.78% from 255 or 84.28% from 229); Max value from RGB is 193 - color contains mainly: blue. Hex color #061EC1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #061EC1 is #F9E13E. Grayscale: #282828. Windows color (decimal): -16376127 or 12656134. OLE color: 12656134.

HSL color Cylindrical-coordinate representation of color #061EC1: hue angle of 232.3º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #061EC1 is Cyan = 0.97, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 6 30 193 -
CMYK 0.97 0.84 0 0.24
HSL 232.3º 0.94% 0.39% -
HSV(B) 232.3º 0.97% 0.76% -
XYZ 10.17 4.82 50.85 -
YUV 41.41 213.55 102.75 -
System Red Green Blue C M Y K H S L
Decimal 6 30 193 0.97 0.84 0 0.24 232.3 0.94 0.39
Hex 6 1E C1 61 54 0 18 E8 5E 27
Octal 6 36 301 141 124 0 30 350 136 47
Binary 110 11110 11000001 1100001 1010100 0 11000 11101000 1011110 100111

Color Harmonies of #061EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061EC1

Black with #061EC1

Text Example


Text Example

White with #061EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061EC1; }

 p { color: rgb(6,30,193); }

 H1.HeaderClassName
 {
   color: #061EC1;
 }
 .AnyTagClassName
 {
   color: #061EC1;
 }
</style>

background-color css

<style>
 a { background-color: #061EC1; }

 a { background-color: rgb(6,30,193); }

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

border-color css

<style>
 span { border-color: #061EC1; }

 span { border-color: rgb(6,30,193); }

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