Html Css Color HEX #0634BC International Klein Blue

📋 copy color: '#0634BC'

red 6 ◦ green 52 ◦ blue 188

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

Shades of International Klein Blue #0634BC

Tints of International Klein Blue #0634BC

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.14%

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

R = 2.44%
G = 21.14%
B = 76.42%

CMYK

 C value IS 0.97

 M value IS 0.72

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0634BC (or 0x0634BC) is known color: International Klein Blue. HEX triplet: 06, 34 and BC. RGB value is (6,52,188). Sum of RGB (Red+Green+Blue) = 6+52+188=246 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.44% from 246); Green value is 52 (20.70% from 255 or 21.14% from 246); Blue value is 188 (73.83% from 255 or 76.42% from 246); Max value from RGB is 188 - color contains mainly: blue. Hex color #0634BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0634BC is #F9CB43. Grayscale: #353535. Windows color (decimal): -16370500 or 12334086. OLE color: 12334086.

HSL color Cylindrical-coordinate representation of color #0634BC: hue angle of 224.84º 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 #0634BC is Cyan = 0.97, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 6 52 188 -
CMYK 0.97 0.72 0 0.26
HSL 224.84º 0.94% 0.38% -
HSV(B) 224.84º 0.97% 0.74% -
XYZ 10.38 6.13 48.21 -
YUV 53.75 203.76 93.94 -
System Red Green Blue C M Y K H S L
Decimal 6 52 188 0.97 0.72 0 0.26 224.84 0.94 0.38
Hex 6 34 BC 61 48 0 1A E1 5E 26
Octal 6 64 274 141 110 0 32 341 136 46
Binary 110 110100 10111100 1100001 1001000 0 11010 11100001 1011110 100110

Color Harmonies of #0634BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0634BC

Black with #0634BC

Text Example


Text Example

White with #0634BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0634BC; }

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

 H1.HeaderClassName
 {
   color: #0634BC;
 }
 .AnyTagClassName
 {
   color: #0634BC;
 }
</style>

background-color css

<style>
 a { background-color: #0634BC; }

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

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

border-color css

<style>
 span { border-color: #0634BC; }

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

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