Html Css Color HEX #06229B International Klein Blue

📋 copy color: '#06229B'

red 6 ◦ green 34 ◦ blue 155

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

Shades of International Klein Blue #06229B

Tints of International Klein Blue #06229B

RGB

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

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

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

R = 3.08%
G = 17.44%
B = 79.49%

CMYK

 C value IS 0.96

 M value IS 0.78

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#06229B (or 0x06229B) is known color: International Klein Blue. HEX triplet: 06, 22 and 9B. RGB value is (6,34,155). Sum of RGB (Red+Green+Blue) = 6+34+155=195 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.08% from 195); Green value is 34 (13.67% from 255 or 17.44% from 195); Blue value is 155 (60.94% from 255 or 79.49% from 195); Max value from RGB is 155 - color contains mainly: blue. Hex color #06229B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06229B is #F9DD64. Grayscale: #262626. Windows color (decimal): -16375141 or 10166790. OLE color: 10166790.

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

Color convert

RGB 6 34 155 -
CMYK 0.96 0.78 0 0.39
HSL 228.72º 0.93% 0.32% -
HSV(B) 228.72º 0.96% 0.61% -
XYZ 6.56 3.55 31.35 -
YUV 39.42 193.22 104.16 -
System Red Green Blue C M Y K H S L
Decimal 6 34 155 0.96 0.78 0 0.39 228.72 0.93 0.32
Hex 6 22 9B 60 4E 0 27 E5 5D 20
Octal 6 42 233 140 116 0 47 345 135 40
Binary 110 100010 10011011 1100000 1001110 0 100111 11100101 1011101 100000

Color Harmonies of #06229B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06229B

Black with #06229B

Text Example


Text Example

White with #06229B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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