Html Css Color HEX #061CA7 International Klein Blue

📋 copy color: '#061CA7'

red 6 ◦ green 28 ◦ blue 167

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

Shades of International Klein Blue #061CA7

Tints of International Klein Blue #061CA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 83.08%

R = 2.99%
G = 13.93%
B = 83.08%

CMYK

 C value IS 0.96

 M value IS 0.83

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#061CA7 (or 0x061CA7) is known color: International Klein Blue. HEX triplet: 06, 1C and A7. RGB value is (6,28,167). Sum of RGB (Red+Green+Blue) = 6+28+167=201 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.99% from 201); Green value is 28 (11.33% from 255 or 13.93% from 201); Blue value is 167 (65.62% from 255 or 83.08% from 201); Max value from RGB is 167 - color contains mainly: blue. Hex color #061CA7 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #061CA7 is #F9E358. Grayscale: #242424. Windows color (decimal): -16376665 or 10951686. OLE color: 10951686.

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

Color convert

RGB 6 28 167 -
CMYK 0.96 0.83 0 0.35
HSL 231.8º 0.93% 0.34% -
HSV(B) 231.8º 0.96% 0.65% -
XYZ 7.47 3.66 36.87 -
YUV 37.27 201.21 105.7 -
System Red Green Blue C M Y K H S L
Decimal 6 28 167 0.96 0.83 0 0.35 231.8 0.93 0.34
Hex 6 1C A7 60 53 0 23 E8 5D 22
Octal 6 34 247 140 123 0 43 350 135 42
Binary 110 11100 10100111 1100000 1010011 0 100011 11101000 1011101 100010

Color Harmonies of #061CA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061CA7

Black with #061CA7

Text Example


Text Example

White with #061CA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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