Html Css Color HEX #061CAC International Klein Blue

📋 copy color: '#061CAC'

red 6 ◦ green 28 ◦ blue 172

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

Shades of International Klein Blue #061CAC

Tints of International Klein Blue #061CAC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.59%

 BLUE value IS 172 (67.58% from 255) = 83.5%

R = 2.91%
G = 13.59%
B = 83.5%

CMYK

 C value IS 0.97

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#061CAC (or 0x061CAC) is known color: International Klein Blue. HEX triplet: 06, 1C and AC. RGB value is (6,28,172). Sum of RGB (Red+Green+Blue) = 6+28+172=206 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.91% from 206); Green value is 28 (11.33% from 255 or 13.59% from 206); Blue value is 172 (67.58% from 255 or 83.50% from 206); Max value from RGB is 172 - color contains mainly: blue. Hex color #061CAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #061CAC is #F9E353. Grayscale: #252525. Windows color (decimal): -16376660 or 11279366. OLE color: 11279366.

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

Color convert

RGB 6 28 172 -
CMYK 0.97 0.84 0 0.33
HSL 232.05º 0.93% 0.35% -
HSV(B) 232.05º 0.97% 0.67% -
XYZ 7.94 3.85 39.35 -
YUV 37.84 203.71 105.29 -
System Red Green Blue C M Y K H S L
Decimal 6 28 172 0.97 0.84 0 0.33 232.05 0.93 0.35
Hex 6 1C AC 61 54 0 21 E8 5D 23
Octal 6 34 254 141 124 0 41 350 135 43
Binary 110 11100 10101100 1100001 1010100 0 100001 11101000 1011101 100011

Color Harmonies of #061CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061CAC

Black with #061CAC

Text Example


Text Example

White with #061CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,28,172); }

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

background-color css

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

 a { background-color: rgb(6,28,172); }

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

border-color css

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

 span { border-color: rgb(6,28,172); }

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