#06353A

Color #06353A Nordic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nordic #06353A

Tints of Nordic #06353A

Color information

#06353A (or 0x06353A) is unknown color: approx Nordic. HEX triplet: 06, 35 and 3A. RGB value is (6,53,58). Sum of RGB (Red+Green+Blue) = 6+53+58=117 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.13% from 117); Green value is 53 (21.09% from 255 or 45.30% from 117); Blue value is 58 (23.05% from 255 or 49.57% from 117); Max value from RGB is 58 - color contains mainly: blue. Hex color #06353A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06353A is #F9CAC5. Grayscale: #272727. Windows color (decimal): -16370374 or 3814662. OLE color: 3814662.

HSL color Cylindrical-coordinate representation of color #06353A: hue angle of 185.77º degrees, saturation: 0.81, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #06353A is Cyan = 0.90, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB65358-
CMYK0.900.0900.77
HSL185.77º81.25%12.55%-
HSV(B)185.77º89.66%22.75%-
XYZ2.112.894.45-
YUV39.52138.43104.09-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.13%
GREEN value IS 53 (21.09% from 255) = 45.30%
BLUE value IS 58 (23.05% from 255) = 49.57%
R=5.13%
G=45.30%
B=49.57%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal653580.900.0900.77185.7781.2512.55
Hex6353A5A904Dba51d
Octal6657213211011527212115
Binary11011010111101010110101001010011011011101010100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06353A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,53,58); }

 H1.HeaderClassName
 {
   color: #06353A;
 }
 .AnyTagClassName
 {
   color: #06353A;
 }
</style>
background-color css

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

 a { background-color: rgb(6,53,58); }

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

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

 span { border-color: rgb(6,53,58); }

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