Html Css Color HEX #0634AA International Klein Blue

📋 copy color: '#0634AA'

red 6 ◦ green 52 ◦ blue 170

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

Shades of International Klein Blue #0634AA

Tints of International Klein Blue #0634AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 74.56%

R = 2.63%
G = 22.81%
B = 74.56%

CMYK

 C value IS 0.96

 M value IS 0.69

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0634AA (or 0x0634AA) is known color: International Klein Blue. HEX triplet: 06, 34 and AA. RGB value is (6,52,170). Sum of RGB (Red+Green+Blue) = 6+52+170=228 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.63% from 228); Green value is 52 (20.70% from 255 or 22.81% from 228); Blue value is 170 (66.80% from 255 or 74.56% from 228); Max value from RGB is 170 - color contains mainly: blue. Hex color #0634AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0634AA is #F9CB55. Grayscale: #333333. Windows color (decimal): -16370518 or 11154438. OLE color: 11154438.

HSL color Cylindrical-coordinate representation of color #0634AA: hue angle of 223.17º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0634AA is Cyan = 0.96, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 6 52 170 -
CMYK 0.96 0.69 0 0.33
HSL 223.17º 0.93% 0.35% -
HSV(B) 223.17º 0.96% 0.67% -
XYZ 8.56 5.4 38.62 -
YUV 51.7 194.76 95.41 -
System Red Green Blue C M Y K H S L
Decimal 6 52 170 0.96 0.69 0 0.33 223.17 0.93 0.35
Hex 6 34 AA 60 45 0 21 DF 5D 23
Octal 6 64 252 140 105 0 41 337 135 43
Binary 110 110100 10101010 1100000 1000101 0 100001 11011111 1011101 100011

Color Harmonies of #0634AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0634AA

Black with #0634AA

Text Example


Text Example

White with #0634AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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