Html Css Color HEX #061C99 International Klein Blue

📋 copy color: '#061C99'

red 6 ◦ green 28 ◦ blue 153

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

Shades of International Klein Blue #061C99

Tints of International Klein Blue #061C99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 81.82%

R = 3.21%
G = 14.97%
B = 81.82%

CMYK

 C value IS 0.96

 M value IS 0.82

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#061C99 (or 0x061C99) is known color: International Klein Blue. HEX triplet: 06, 1C and 99. RGB value is (6,28,153). Sum of RGB (Red+Green+Blue) = 6+28+153=187 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.21% from 187); Green value is 28 (11.33% from 255 or 14.97% from 187); Blue value is 153 (60.16% from 255 or 81.82% from 187); Max value from RGB is 153 - color contains mainly: blue. Hex color #061C99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #061C99 is #F9E366. Grayscale: #232323. Windows color (decimal): -16376679 or 10034182. OLE color: 10034182.

HSL color Cylindrical-coordinate representation of color #061C99: hue angle of 231.02º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #061C99 is Cyan = 0.96, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 6 28 153 -
CMYK 0.96 0.82 0 0.4
HSL 231.02º 0.92% 0.31% -
HSV(B) 231.02º 0.96% 0.6% -
XYZ 6.24 3.17 30.42 -
YUV 35.67 194.21 106.84 -
System Red Green Blue C M Y K H S L
Decimal 6 28 153 0.96 0.82 0 0.4 231.02 0.92 0.31
Hex 6 1C 99 60 52 0 28 E7 5C 1F
Octal 6 34 231 140 122 0 50 347 134 37
Binary 110 11100 10011001 1100000 1010010 0 101000 11100111 1011100 11111

Color Harmonies of #061C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061C99

Black with #061C99

Text Example


Text Example

White with #061C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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