Html Css Color HEX #061CBC International Klein Blue

📋 copy color: '#061CBC'

red 6 ◦ green 28 ◦ blue 188

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

Shades of International Klein Blue #061CBC

Tints of International Klein Blue #061CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 84.68%

R = 2.7%
G = 12.61%
B = 84.68%

CMYK

 C value IS 0.97

 M value IS 0.85

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#061CBC (or 0x061CBC) is known color: International Klein Blue. HEX triplet: 06, 1C and BC. RGB value is (6,28,188). Sum of RGB (Red+Green+Blue) = 6+28+188=222 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.70% from 222); Green value is 28 (11.33% from 255 or 12.61% from 222); Blue value is 188 (73.83% from 255 or 84.68% from 222); Max value from RGB is 188 - color contains mainly: blue. Hex color #061CBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #061CBC is #F9E343. Grayscale: #272727. Windows color (decimal): -16376644 or 12327942. OLE color: 12327942.

HSL color Cylindrical-coordinate representation of color #061CBC: hue angle of 232.75º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #061CBC is Cyan = 0.97, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 6 28 188 -
CMYK 0.97 0.85 0 0.26
HSL 232.75º 0.94% 0.38% -
HSV(B) 232.75º 0.97% 0.74% -
XYZ 9.57 4.5 47.94 -
YUV 39.66 211.71 103.99 -
System Red Green Blue C M Y K H S L
Decimal 6 28 188 0.97 0.85 0 0.26 232.75 0.94 0.38
Hex 6 1C BC 61 55 0 1A E9 5E 26
Octal 6 34 274 141 125 0 32 351 136 46
Binary 110 11100 10111100 1100001 1010101 0 11010 11101001 1011110 100110

Color Harmonies of #061CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061CBC

Black with #061CBC

Text Example


Text Example

White with #061CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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