Html Css Color HEX #061FC2 International Klein Blue

📋 copy color: '#061FC2'

red 6 ◦ green 31 ◦ blue 194

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

Shades of International Klein Blue #061FC2

Tints of International Klein Blue #061FC2

RGB

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

 GREEN value IS 31 (12.5% from 255) = 13.42%

 BLUE value IS 194 (76.17% from 255) = 83.98%

R = 2.6%
G = 13.42%
B = 83.98%

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

#061FC2 (or 0x061FC2) is known color: International Klein Blue. HEX triplet: 06, 1F and C2. RGB value is (6,31,194). Sum of RGB (Red+Green+Blue) = 6+31+194=231 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.60% from 231); Green value is 31 (12.5% from 255 or 13.42% from 231); Blue value is 194 (76.17% from 255 or 83.98% from 231); Max value from RGB is 194 - color contains mainly: blue. Hex color #061FC2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #061FC2 is #F9E03D. Grayscale: #292929. Windows color (decimal): -16375870 or 12721926. OLE color: 12721926.

HSL color Cylindrical-coordinate representation of color #061FC2: hue angle of 232.02º 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 #061FC2 is Cyan = 0.97, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 6 31 194 -
CMYK 0.97 0.84 0 0.24
HSL 232.02º 0.94% 0.39% -
HSV(B) 232.02º 0.97% 0.76% -
XYZ 10.3 4.91 51.44 -
YUV 42.11 213.72 102.25 -
System Red Green Blue C M Y K H S L
Decimal 6 31 194 0.97 0.84 0 0.24 232.02 0.94 0.39
Hex 6 1F C2 61 54 0 18 E8 5E 27
Octal 6 37 302 141 124 0 30 350 136 47
Binary 110 11111 11000010 1100001 1010100 0 11000 11101000 1011110 100111

Color Harmonies of #061FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061FC2

Black with #061FC2

Text Example


Text Example

White with #061FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,31,194); }

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

background-color css

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

 a { background-color: rgb(6,31,194); }

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

border-color css

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

 span { border-color: rgb(6,31,194); }

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