Html Css Color HEX #06268A Smalt

📋 copy color: '#06268A'

red 6 ◦ green 38 ◦ blue 138

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

Shades of Smalt #06268A

Tints of Smalt #06268A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 75.82%

R = 3.3%
G = 20.88%
B = 75.82%

CMYK

 C value IS 0.96

 M value IS 0.72

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#06268A (or 0x06268A) is known color: Smalt. HEX triplet: 06, 26 and 8A. RGB value is (6,38,138). Sum of RGB (Red+Green+Blue) = 6+38+138=182 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.30% from 182); Green value is 38 (15.23% from 255 or 20.88% from 182); Blue value is 138 (54.30% from 255 or 75.82% from 182); Max value from RGB is 138 - color contains mainly: blue. Hex color #06268A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06268A is #F9D975. Grayscale: #272727. Windows color (decimal): -16374134 or 9053702. OLE color: 9053702.

HSL color Cylindrical-coordinate representation of color #06268A: hue angle of 225.45º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06268A is Cyan = 0.96, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 6 38 138 -
CMYK 0.96 0.72 0 0.46
HSL 225.45º 0.92% 0.28% -
HSV(B) 225.45º 0.96% 0.54% -
XYZ 5.36 3.26 24.39 -
YUV 39.83 183.4 103.87 -
System Red Green Blue C M Y K H S L
Decimal 6 38 138 0.96 0.72 0 0.46 225.45 0.92 0.28
Hex 6 26 8A 60 48 0 2E E1 5C 1C
Octal 6 46 212 140 110 0 56 341 134 34
Binary 110 100110 10001010 1100000 1001000 0 101110 11100001 1011100 11100

Color Harmonies of #06268A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06268A

Black with #06268A

Text Example


Text Example

White with #06268A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06268A; }

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

 H1.HeaderClassName
 {
   color: #06268A;
 }
 .AnyTagClassName
 {
   color: #06268A;
 }
</style>

background-color css

<style>
 a { background-color: #06268A; }

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

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

border-color css

<style>
 span { border-color: #06268A; }

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

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