Html Css Color HEX #06229D International Klein Blue

📋 copy color: '#06229D'

red 6 ◦ green 34 ◦ blue 157

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

Shades of International Klein Blue #06229D

Tints of International Klein Blue #06229D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.26%

 BLUE value IS 157 (61.72% from 255) = 79.7%

R = 3.05%
G = 17.26%
B = 79.7%

CMYK

 C value IS 0.96

 M value IS 0.78

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#06229D (or 0x06229D) is known color: International Klein Blue. HEX triplet: 06, 22 and 9D. RGB value is (6,34,157). Sum of RGB (Red+Green+Blue) = 6+34+157=197 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3.05% from 197); Green value is 34 (13.67% from 255 or 17.26% from 197); Blue value is 157 (61.72% from 255 or 79.70% from 197); Max value from RGB is 157 - color contains mainly: blue. Hex color #06229D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06229D is #F9DD62. Grayscale: #272727. Windows color (decimal): -16375139 or 10297862. OLE color: 10297862.

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

Color convert

RGB 6 34 157 -
CMYK 0.96 0.78 0 0.38
HSL 228.87º 0.93% 0.32% -
HSV(B) 228.87º 0.96% 0.62% -
XYZ 6.73 3.62 32.24 -
YUV 39.65 194.22 104 -
System Red Green Blue C M Y K H S L
Decimal 6 34 157 0.96 0.78 0 0.38 228.87 0.93 0.32
Hex 6 22 9D 60 4E 0 26 E5 5D 20
Octal 6 42 235 140 116 0 46 345 135 40
Binary 110 100010 10011101 1100000 1001110 0 100110 11100101 1011101 100000

Color Harmonies of #06229D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06229D

Black with #06229D

Text Example


Text Example

White with #06229D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #06229D;
 }
 .AnyTagClassName
 {
   color: #06229D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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