Html Css Color HEX #061DB9 International Klein Blue

📋 copy color: '#061DB9'

red 6 ◦ green 29 ◦ blue 185

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

Shades of International Klein Blue #061DB9

Tints of International Klein Blue #061DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 84.09%

R = 2.73%
G = 13.18%
B = 84.09%

CMYK

 C value IS 0.97

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#061DB9 (or 0x061DB9) is known color: International Klein Blue. HEX triplet: 06, 1D and B9. RGB value is (6,29,185). Sum of RGB (Red+Green+Blue) = 6+29+185=220 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.73% from 220); Green value is 29 (11.72% from 255 or 13.18% from 220); Blue value is 185 (72.66% from 255 or 84.09% from 220); Max value from RGB is 185 - color contains mainly: blue. Hex color #061DB9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #061DB9 is #F9E246. Grayscale: #272727. Windows color (decimal): -16376391 or 12131590. OLE color: 12131590.

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

Color convert

RGB 6 29 185 -
CMYK 0.97 0.84 0 0.27
HSL 232.29º 0.94% 0.37% -
HSV(B) 232.29º 0.97% 0.73% -
XYZ 9.27 4.42 46.26 -
YUV 39.91 209.88 103.82 -
System Red Green Blue C M Y K H S L
Decimal 6 29 185 0.97 0.84 0 0.27 232.29 0.94 0.37
Hex 6 1D B9 61 54 0 1B E8 5E 25
Octal 6 35 271 141 124 0 33 350 136 45
Binary 110 11101 10111001 1100001 1010100 0 11011 11101000 1011110 100101

Color Harmonies of #061DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061DB9

Black with #061DB9

Text Example


Text Example

White with #061DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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