Html Css Color HEX #061D9C International Klein Blue

📋 copy color: '#061D9C'

red 6 ◦ green 29 ◦ blue 156

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

Shades of International Klein Blue #061D9C

Tints of International Klein Blue #061D9C

RGB

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

 GREEN value IS 29 (11.72% from 255) = 15.18%

 BLUE value IS 156 (61.33% from 255) = 81.68%

R = 3.14%
G = 15.18%
B = 81.68%

CMYK

 C value IS 0.96

 M value IS 0.81

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#061D9C (or 0x061D9C) is known color: International Klein Blue. HEX triplet: 06, 1D and 9C. RGB value is (6,29,156). Sum of RGB (Red+Green+Blue) = 6+29+156=191 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.14% from 191); Green value is 29 (11.72% from 255 or 15.18% from 191); Blue value is 156 (61.33% from 255 or 81.68% from 191); Max value from RGB is 156 - color contains mainly: blue. Hex color #061D9C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #061D9C is #F9E263. Grayscale: #242424. Windows color (decimal): -16376420 or 10231046. OLE color: 10231046.

HSL color Cylindrical-coordinate representation of color #061D9C: hue angle of 230.8º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #061D9C is Cyan = 0.96, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 6 29 156 -
CMYK 0.96 0.81 0 0.39
HSL 230.8º 0.93% 0.32% -
HSV(B) 230.8º 0.96% 0.61% -
XYZ 6.52 3.32 31.75 -
YUV 36.6 195.38 106.17 -
System Red Green Blue C M Y K H S L
Decimal 6 29 156 0.96 0.81 0 0.39 230.8 0.93 0.32
Hex 6 1D 9C 60 51 0 27 E7 5D 20
Octal 6 35 234 140 121 0 47 347 135 40
Binary 110 11101 10011100 1100000 1010001 0 100111 11100111 1011101 100000

Color Harmonies of #061D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061D9C

Black with #061D9C

Text Example


Text Example

White with #061D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,29,156); }

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

background-color css

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

 a { background-color: rgb(6,29,156); }

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

border-color css

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

 span { border-color: rgb(6,29,156); }

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