#06279D

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

Shades of International Klein Blue #06279D

Tints of International Klein Blue #06279D

Color information

#06279D (or 0x06279D) is unknown color: approx International Klein Blue. HEX triplet: 06, 27 and 9D. RGB value is (6,39,157). Sum of RGB (Red+Green+Blue) = 6+39+157=202 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.97% from 202); Green value is 39 (15.62% from 255 or 19.31% from 202); Blue value is 157 (61.72% from 255 or 77.72% from 202); Max value from RGB is 157 - color contains mainly: blue. Hex color #06279D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06279D is #F9D862. Grayscale: #2A2A2A. Windows color (decimal): -16373859 or 10299142. OLE color: 10299142.

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

Color convert

RGB639157-
CMYK0.960.7500.38
HSL226.89º92.64%31.96%-
HSV(B)226.89º96.18%61.57%-
XYZ6.893.9232.29-
YUV42.58192.57101.91-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.97%
GREEN value IS 39 (15.62% from 255) = 19.31%
BLUE value IS 157 (61.72% from 255) = 77.72%
R=2.97%
G=19.31%
B=77.72%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal6391570.960.7500.38226.8992.6431.96
Hex6279D604B026e35d20
Octal64723514011304634313540
Binary11010011110011101110000010010110100110111000111011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06279D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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