Html Css Color HEX #06289C International Klein Blue

📋 copy color: '#06289C'

red 6 ◦ green 40 ◦ blue 156

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

Shades of International Klein Blue #06289C

Tints of International Klein Blue #06289C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 77.23%

R = 2.97%
G = 19.8%
B = 77.23%

CMYK

 C value IS 0.96

 M value IS 0.74

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#06289C (or 0x06289C) is known color: International Klein Blue. HEX triplet: 06, 28 and 9C. RGB value is (6,40,156). Sum of RGB (Red+Green+Blue) = 6+40+156=202 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.97% from 202); Green value is 40 (16.02% from 255 or 19.80% from 202); Blue value is 156 (61.33% from 255 or 77.23% from 202); Max value from RGB is 156 - color contains mainly: blue. Hex color #06289C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06289C is #F9D763. Grayscale: #2A2A2A. Windows color (decimal): -16373604 or 10233862. OLE color: 10233862.

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

Color convert

RGB 6 40 156 -
CMYK 0.96 0.74 0 0.39
HSL 226.4º 0.93% 0.32% -
HSV(B) 226.4º 0.96% 0.61% -
XYZ 6.83 3.96 31.86 -
YUV 43.06 191.74 101.57 -
System Red Green Blue C M Y K H S L
Decimal 6 40 156 0.96 0.74 0 0.39 226.4 0.93 0.32
Hex 6 28 9C 60 4A 0 27 E2 5D 20
Octal 6 50 234 140 112 0 47 342 135 40
Binary 110 101000 10011100 1100000 1001010 0 100111 11100010 1011101 100000

Color Harmonies of #06289C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06289C

Black with #06289C

Text Example


Text Example

White with #06289C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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