Html Css Color HEX #06279D International Klein Blue

📋 copy color: '#06279D'

red 6 ◦ green 39 ◦ blue 157

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

Shades of International Klein Blue #06279D

Tints of International Klein Blue #06279D

RGB

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

 GREEN value IS 39 (15.63% 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 value IS 0.96

 M value IS 0.75

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#06279D (or 0x06279D) is known color: 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

RGB 6 39 157 -
CMYK 0.96 0.75 0 0.38
HSL 226.89º 0.93% 0.32% -
HSV(B) 226.89º 0.96% 0.62% -
XYZ 6.89 3.92 32.29 -
YUV 42.59 192.57 101.91 -
System Red Green Blue C M Y K H S L
Decimal 6 39 157 0.96 0.75 0 0.38 226.89 0.93 0.32
Hex 6 27 9D 60 4B 0 26 E3 5D 20
Octal 6 47 235 140 113 0 46 343 135 40
Binary 110 100111 10011101 1100000 1001011 0 100110 11100011 1011101 100000

Color Harmonies of #06279D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06279D

Black with #06279D

Text Example


Text Example

White with #06279D

Text Example


Text Example

HTML Codes & Css Web 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>