Html Css Color HEX #0629BE International Klein Blue

📋 copy color: '#0629BE'

red 6 ◦ green 41 ◦ blue 190

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

Shades of International Klein Blue #0629BE

Tints of International Klein Blue #0629BE

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.3%

 BLUE value IS 190 (74.61% from 255) = 80.17%

R = 2.53%
G = 17.3%
B = 80.17%

CMYK

 C value IS 0.97

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0629BE (or 0x0629BE) is known color: International Klein Blue. HEX triplet: 06, 29 and BE. RGB value is (6,41,190). Sum of RGB (Red+Green+Blue) = 6+41+190=237 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.53% from 237); Green value is 41 (16.41% from 255 or 17.30% from 237); Blue value is 190 (74.61% from 255 or 80.17% from 237); Max value from RGB is 190 - color contains mainly: blue. Hex color #0629BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0629BE is #F9D641. Grayscale: #2E2E2E. Windows color (decimal): -16373314 or 12462342. OLE color: 12462342.

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

Color convert

RGB 6 41 190 -
CMYK 0.97 0.78 0 0.25
HSL 228.59º 0.94% 0.38% -
HSV(B) 228.59º 0.97% 0.75% -
XYZ 10.16 5.34 49.21 -
YUV 47.52 208.4 98.38 -
System Red Green Blue C M Y K H S L
Decimal 6 41 190 0.97 0.78 0 0.25 228.59 0.94 0.38
Hex 6 29 BE 61 4E 0 19 E5 5E 26
Octal 6 51 276 141 116 0 31 345 136 46
Binary 110 101001 10111110 1100001 1001110 0 11001 11100101 1011110 100110

Color Harmonies of #0629BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0629BE

Black with #0629BE

Text Example


Text Example

White with #0629BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0629BE;
 }
 .AnyTagClassName
 {
   color: #0629BE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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