Html Css Color HEX #06269E International Klein Blue

📋 copy color: '#06269E'

red 6 ◦ green 38 ◦ blue 158

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

Shades of International Klein Blue #06269E

Tints of International Klein Blue #06269E

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.81%

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

R = 2.97%
G = 18.81%
B = 78.22%

CMYK

 C value IS 0.96

 M value IS 0.76

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#06269E (or 0x06269E) is known color: International Klein Blue. HEX triplet: 06, 26 and 9E. RGB value is (6,38,158). Sum of RGB (Red+Green+Blue) = 6+38+158=202 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.97% from 202); Green value is 38 (15.23% from 255 or 18.81% from 202); Blue value is 158 (62.11% from 255 or 78.22% from 202); Max value from RGB is 158 - color contains mainly: blue. Hex color #06269E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06269E is #F9D961. Grayscale: #292929. Windows color (decimal): -16374114 or 10364422. OLE color: 10364422.

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

Color convert

RGB 6 38 158 -
CMYK 0.96 0.76 0 0.38
HSL 227.37º 0.93% 0.32% -
HSV(B) 227.37º 0.96% 0.62% -
XYZ 6.94 3.89 32.73 -
YUV 42.11 193.4 102.24 -
System Red Green Blue C M Y K H S L
Decimal 6 38 158 0.96 0.76 0 0.38 227.37 0.93 0.32
Hex 6 26 9E 60 4C 0 26 E3 5D 20
Octal 6 46 236 140 114 0 46 343 135 40
Binary 110 100110 10011110 1100000 1001100 0 100110 11100011 1011101 100000

Color Harmonies of #06269E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06269E

Black with #06269E

Text Example


Text Example

White with #06269E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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