Html Css Color HEX #06269B International Klein Blue

📋 copy color: '#06269B'

red 6 ◦ green 38 ◦ blue 155

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

Shades of International Klein Blue #06269B

Tints of International Klein Blue #06269B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 77.89%

R = 3.02%
G = 19.1%
B = 77.89%

CMYK

 C value IS 0.96

 M value IS 0.75

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#06269B (or 0x06269B) is known color: International Klein Blue. HEX triplet: 06, 26 and 9B. RGB value is (6,38,155). Sum of RGB (Red+Green+Blue) = 6+38+155=199 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3.02% from 199); Green value is 38 (15.23% from 255 or 19.10% from 199); Blue value is 155 (60.94% from 255 or 77.89% from 199); Max value from RGB is 155 - color contains mainly: blue. Hex color #06269B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06269B is #F9D964. Grayscale: #292929. Windows color (decimal): -16374117 or 10167814. OLE color: 10167814.

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

Color convert

RGB 6 38 155 -
CMYK 0.96 0.75 0 0.39
HSL 227.11º 0.93% 0.32% -
HSV(B) 227.11º 0.96% 0.61% -
XYZ 6.68 3.79 31.39 -
YUV 41.77 191.9 102.49 -
System Red Green Blue C M Y K H S L
Decimal 6 38 155 0.96 0.75 0 0.39 227.11 0.93 0.32
Hex 6 26 9B 60 4B 0 27 E3 5D 20
Octal 6 46 233 140 113 0 47 343 135 40
Binary 110 100110 10011011 1100000 1001011 0 100111 11100011 1011101 100000

Color Harmonies of #06269B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06269B

Black with #06269B

Text Example


Text Example

White with #06269B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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