Html Css Color HEX #061DB1 International Klein Blue

📋 copy color: '#061DB1'

red 6 ◦ green 29 ◦ blue 177

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

Shades of International Klein Blue #061DB1

Tints of International Klein Blue #061DB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 83.49%

R = 2.83%
G = 13.68%
B = 83.49%

CMYK

 C value IS 0.97

 M value IS 0.84

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#061DB1 (or 0x061DB1) is known color: International Klein Blue. HEX triplet: 06, 1D and B1. RGB value is (6,29,177). Sum of RGB (Red+Green+Blue) = 6+29+177=212 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.83% from 212); Green value is 29 (11.72% from 255 or 13.68% from 212); Blue value is 177 (69.53% from 255 or 83.49% from 212); Max value from RGB is 177 - color contains mainly: blue. Hex color #061DB1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #061DB1 is #F9E24E. Grayscale: #262626. Windows color (decimal): -16376399 or 11607302. OLE color: 11607302.

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

Color convert

RGB 6 29 177 -
CMYK 0.97 0.84 0 0.31
HSL 231.93º 0.93% 0.36% -
HSV(B) 231.93º 0.97% 0.69% -
XYZ 8.45 4.09 41.94 -
YUV 39 205.88 104.47 -
System Red Green Blue C M Y K H S L
Decimal 6 29 177 0.97 0.84 0 0.31 231.93 0.93 0.36
Hex 6 1D B1 61 54 0 1F E8 5D 24
Octal 6 35 261 141 124 0 37 350 135 44
Binary 110 11101 10110001 1100001 1010100 0 11111 11101000 1011101 100100

Color Harmonies of #061DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061DB1

Black with #061DB1

Text Example


Text Example

White with #061DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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