Html Css Color HEX #06299C International Klein Blue

📋 copy color: '#06299C'

red 6 ◦ green 41 ◦ blue 156

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

Shades of International Klein Blue #06299C

Tints of International Klein Blue #06299C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 76.85%

R = 2.96%
G = 20.2%
B = 76.85%

CMYK

 C value IS 0.96

 M value IS 0.74

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#06299C (or 0x06299C) is known color: International Klein Blue. HEX triplet: 06, 29 and 9C. RGB value is (6,41,156). Sum of RGB (Red+Green+Blue) = 6+41+156=203 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.96% from 203); Green value is 41 (16.41% from 255 or 20.20% from 203); Blue value is 156 (61.33% from 255 or 76.85% from 203); Max value from RGB is 156 - color contains mainly: blue. Hex color #06299C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06299C is #F9D663. Grayscale: #2B2B2B. Windows color (decimal): -16373348 or 10234118. OLE color: 10234118.

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

Color convert

RGB 6 41 156 -
CMYK 0.96 0.74 0 0.39
HSL 226º 0.93% 0.32% -
HSV(B) 226º 0.96% 0.61% -
XYZ 6.87 4.02 31.87 -
YUV 43.65 191.4 101.15 -
System Red Green Blue C M Y K H S L
Decimal 6 41 156 0.96 0.74 0 0.39 226 0.93 0.32
Hex 6 29 9C 60 4A 0 27 E2 5D 20
Octal 6 51 234 140 112 0 47 342 135 40
Binary 110 101001 10011100 1100000 1001010 0 100111 11100010 1011101 100000

Color Harmonies of #06299C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06299C

Black with #06299C

Text Example


Text Example

White with #06299C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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