#0629BB

Color #0629BB International Klein Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of International Klein Blue #0629BB

Tints of International Klein Blue #0629BB

Color information

#0629BB (or 0x0629BB) is unknown color: approx International Klein Blue. HEX triplet: 06, 29 and BB. RGB value is (6,41,187). Sum of RGB (Red+Green+Blue) = 6+41+187=234 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.56% from 234); Green value is 41 (16.41% from 255 or 17.52% from 234); Blue value is 187 (73.44% from 255 or 79.91% from 234); Max value from RGB is 187 - color contains mainly: blue. Hex color #0629BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0629BB is #F9D644. Grayscale: #2E2E2E. Windows color (decimal): -16373317 or 12265734. OLE color: 12265734.

HSL color Cylindrical-coordinate representation of color #0629BB: hue angle of 228.4º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0629BB is Cyan = 0.97, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB641187-
CMYK0.970.7800.27
HSL228.4º93.78%37.84%-
HSV(B)228.4º96.79%73.33%-
XYZ9.845.2147.5-
YUV47.18206.998.63-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.56%
GREEN value IS 41 (16.41% from 255) = 17.52%
BLUE value IS 187 (73.44% from 255) = 79.91%
R=2.56%
G=17.52%
B=79.91%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal6411870.970.7800.27228.493.7837.84
Hex629BB614E01Be45e26
Octal65127314111603334413646
Binary1101010011011101111000011001110011011111001001011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0629BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0629BB; }

 p { color: rgb(6,41,187); }

 H1.HeaderClassName
 {
   color: #0629BB;
 }
 .AnyTagClassName
 {
   color: #0629BB;
 }
</style>
background-color css

<style>
 a { background-color: #0629BB; }

 a { background-color: rgb(6,41,187); }

 div.DivClassName
 {
   background-color: #0629BB;
 }
 .BgClassName
 {
   background-color: #0629BB;
 }
</style>
border-color css

<style>
 span { border-color: #0629BB; }

 span { border-color: rgb(6,41,187); }

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