Html Css Color HEX #06289F International Klein Blue

📋 copy color: '#06289F'

red 6 ◦ green 40 ◦ blue 159

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

Shades of International Klein Blue #06289F

Tints of International Klein Blue #06289F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.51%

 BLUE value IS 159 (62.5% from 255) = 77.56%

R = 2.93%
G = 19.51%
B = 77.56%

CMYK

 C value IS 0.96

 M value IS 0.75

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#06289F (or 0x06289F) is known color: International Klein Blue. HEX triplet: 06, 28 and 9F. RGB value is (6,40,159). Sum of RGB (Red+Green+Blue) = 6+40+159=205 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.93% from 205); Green value is 40 (16.02% from 255 or 19.51% from 205); Blue value is 159 (62.5% from 255 or 77.56% from 205); Max value from RGB is 159 - color contains mainly: blue. Hex color #06289F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06289F is #F9D760. Grayscale: #2A2A2A. Windows color (decimal): -16373601 or 10430470. OLE color: 10430470.

HSL color Cylindrical-coordinate representation of color #06289F: hue angle of 226.67º 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 #06289F is Cyan = 0.96, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 6 40 159 -
CMYK 0.96 0.75 0 0.38
HSL 226.67º 0.93% 0.32% -
HSV(B) 226.67º 0.96% 0.62% -
XYZ 7.09 4.06 33.21 -
YUV 43.4 193.24 101.32 -
System Red Green Blue C M Y K H S L
Decimal 6 40 159 0.96 0.75 0 0.38 226.67 0.93 0.32
Hex 6 28 9F 60 4B 0 26 E3 5D 20
Octal 6 50 237 140 113 0 46 343 135 40
Binary 110 101000 10011111 1100000 1001011 0 100110 11100011 1011101 100000

Color Harmonies of #06289F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06289F

Black with #06289F

Text Example


Text Example

White with #06289F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06289F; }

 p { color: rgb(6,40,159); }

 H1.HeaderClassName
 {
   color: #06289F;
 }
 .AnyTagClassName
 {
   color: #06289F;
 }
</style>

background-color css

<style>
 a { background-color: #06289F; }

 a { background-color: rgb(6,40,159); }

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

border-color css

<style>
 span { border-color: #06289F; }

 span { border-color: rgb(6,40,159); }

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