Html Css Color HEX #061FA8 International Klein Blue

📋 copy color: '#061FA8'

red 6 ◦ green 31 ◦ blue 168

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

Shades of International Klein Blue #061FA8

Tints of International Klein Blue #061FA8

RGB

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

 GREEN value IS 31 (12.5% from 255) = 15.12%

 BLUE value IS 168 (66.02% from 255) = 81.95%

R = 2.93%
G = 15.12%
B = 81.95%

CMYK

 C value IS 0.96

 M value IS 0.82

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#061FA8 (or 0x061FA8) is known color: International Klein Blue. HEX triplet: 06, 1F and A8. RGB value is (6,31,168). Sum of RGB (Red+Green+Blue) = 6+31+168=205 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.93% from 205); Green value is 31 (12.5% from 255 or 15.12% from 205); Blue value is 168 (66.02% from 255 or 81.95% from 205); Max value from RGB is 168 - color contains mainly: blue. Hex color #061FA8 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #061FA8 is #F9E057. Grayscale: #262626. Windows color (decimal): -16375896 or 11017990. OLE color: 11017990.

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

Color convert

RGB 6 31 168 -
CMYK 0.96 0.82 0 0.34
HSL 230.74º 0.93% 0.34% -
HSV(B) 230.74º 0.96% 0.66% -
XYZ 7.63 3.85 37.39 -
YUV 39.14 200.72 104.36 -
System Red Green Blue C M Y K H S L
Decimal 6 31 168 0.96 0.82 0 0.34 230.74 0.93 0.34
Hex 6 1F A8 60 52 0 22 E7 5D 22
Octal 6 37 250 140 122 0 42 347 135 42
Binary 110 11111 10101000 1100000 1010010 0 100010 11100111 1011101 100010

Color Harmonies of #061FA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061FA8

Black with #061FA8

Text Example


Text Example

White with #061FA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,31,168); }

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

background-color css

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

 a { background-color: rgb(6,31,168); }

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

border-color css

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

 span { border-color: rgb(6,31,168); }

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