Html Css Color HEX #06299E International Klein Blue

📋 copy color: '#06299E'

red 6 ◦ green 41 ◦ blue 158

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

Shades of International Klein Blue #06299E

Tints of International Klein Blue #06299E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 77.07%

R = 2.93%
G = 20%
B = 77.07%

CMYK

 C value IS 0.96

 M value IS 0.74

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#06299E (or 0x06299E) is known color: International Klein Blue. HEX triplet: 06, 29 and 9E. RGB value is (6,41,158). Sum of RGB (Red+Green+Blue) = 6+41+158=205 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.93% from 205); Green value is 41 (16.41% from 255 or 20% from 205); Blue value is 158 (62.11% from 255 or 77.07% from 205); Max value from RGB is 158 - color contains mainly: blue. Hex color #06299E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06299E is #F9D661. Grayscale: #2B2B2B. Windows color (decimal): -16373346 or 10365190. OLE color: 10365190.

HSL color Cylindrical-coordinate representation of color #06299E: hue angle of 226.18º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06299E is Cyan = 0.96, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 6 41 158 -
CMYK 0.96 0.74 0 0.38
HSL 226.18º 0.93% 0.32% -
HSV(B) 226.18º 0.96% 0.62% -
XYZ 7.04 4.09 32.77 -
YUV 43.87 192.4 100.99 -
System Red Green Blue C M Y K H S L
Decimal 6 41 158 0.96 0.74 0 0.38 226.18 0.93 0.32
Hex 6 29 9E 60 4A 0 26 E2 5D 20
Octal 6 51 236 140 112 0 46 342 135 40
Binary 110 101001 10011110 1100000 1001010 0 100110 11100010 1011101 100000

Color Harmonies of #06299E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06299E

Black with #06299E

Text Example


Text Example

White with #06299E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06299E; }

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

 H1.HeaderClassName
 {
   color: #06299E;
 }
 .AnyTagClassName
 {
   color: #06299E;
 }
</style>

background-color css

<style>
 a { background-color: #06299E; }

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

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

border-color css

<style>
 span { border-color: #06299E; }

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

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