Html Css Color HEX #061D9D International Klein Blue

📋 copy color: '#061D9D'

red 6 ◦ green 29 ◦ blue 157

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

Shades of International Klein Blue #061D9D

Tints of International Klein Blue #061D9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 81.77%

R = 3.13%
G = 15.1%
B = 81.77%

CMYK

 C value IS 0.96

 M value IS 0.82

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#061D9D (or 0x061D9D) is known color: International Klein Blue. HEX triplet: 06, 1D and 9D. RGB value is (6,29,157). Sum of RGB (Red+Green+Blue) = 6+29+157=192 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.12% from 192); Green value is 29 (11.72% from 255 or 15.10% from 192); Blue value is 157 (61.72% from 255 or 81.77% from 192); Max value from RGB is 157 - color contains mainly: blue. Hex color #061D9D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #061D9D is #F9E262. Grayscale: #242424. Windows color (decimal): -16376419 or 10296582. OLE color: 10296582.

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

Color convert

RGB 6 29 157 -
CMYK 0.96 0.82 0 0.38
HSL 230.86º 0.93% 0.32% -
HSV(B) 230.86º 0.96% 0.62% -
XYZ 6.6 3.35 32.2 -
YUV 36.72 195.88 106.09 -
System Red Green Blue C M Y K H S L
Decimal 6 29 157 0.96 0.82 0 0.38 230.86 0.93 0.32
Hex 6 1D 9D 60 52 0 26 E7 5D 20
Octal 6 35 235 140 122 0 46 347 135 40
Binary 110 11101 10011101 1100000 1010010 0 100110 11100111 1011101 100000

Color Harmonies of #061D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061D9D

Black with #061D9D

Text Example


Text Example

White with #061D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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