#06269D

Color #06269D International Klein Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of International Klein Blue #06269D

Tints of International Klein Blue #06269D

Color information

#06269D (or 0x06269D) is unknown color: approx International Klein Blue. HEX triplet: 06, 26 and 9D. RGB value is (6,38,157). Sum of RGB (Red+Green+Blue) = 6+38+157=201 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.99% from 201); Green value is 38 (15.23% from 255 or 18.91% from 201); Blue value is 157 (61.72% from 255 or 78.11% from 201); Max value from RGB is 157 - color contains mainly: blue. Hex color #06269D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06269D is #F9D962. Grayscale: #292929. Windows color (decimal): -16374115 or 10298886. OLE color: 10298886.

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

Color convert

RGB638157-
CMYK0.960.7600.38
HSL227.28º92.64%31.96%-
HSV(B)227.28º96.18%61.57%-
XYZ6.853.8632.28-
YUV42192.9102.32-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.99%
GREEN value IS 38 (15.23% from 255) = 18.91%
BLUE value IS 157 (61.72% from 255) = 78.11%
R=2.99%
G=18.91%
B=78.11%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal6381570.960.7600.38227.2892.6431.96
Hex6269D604C026e35d20
Octal64623514011404634313540
Binary11010011010011101110000010011000100110111000111011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06269D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06269D; }

 p { color: rgb(6,38,157); }

 H1.HeaderClassName
 {
   color: #06269D;
 }
 .AnyTagClassName
 {
   color: #06269D;
 }
</style>
background-color css

<style>
 a { background-color: #06269D; }

 a { background-color: rgb(6,38,157); }

 div.DivClassName
 {
   background-color: #06269D;
 }
 .BgClassName
 {
   background-color: #06269D;
 }
</style>
border-color css

<style>
 span { border-color: #06269D; }

 span { border-color: rgb(6,38,157); }

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