#06353E

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

Shades of Nordic #06353E

Tints of Nordic #06353E

Color information

#06353E (or 0x06353E) is unknown color: approx Nordic. HEX triplet: 06, 35 and 3E. RGB value is (6,53,62). Sum of RGB (Red+Green+Blue) = 6+53+62=121 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.96% from 121); Green value is 53 (21.09% from 255 or 43.80% from 121); Blue value is 62 (24.61% from 255 or 51.24% from 121); Max value from RGB is 62 - color contains mainly: blue. Hex color #06353E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06353E is #F9CAC1. Grayscale: #272727. Windows color (decimal): -16370370 or 4076806. OLE color: 4076806.

HSL color Cylindrical-coordinate representation of color #06353E: hue angle of 189.64º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #06353E is Cyan = 0.90, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB65362-
CMYK0.900.1500.76
HSL189.64º82.35%13.33%-
HSV(B)189.64º90.32%24.31%-
XYZ2.222.935.01-
YUV39.97140.43103.77-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.96%
GREEN value IS 53 (21.09% from 255) = 43.80%
BLUE value IS 62 (24.61% from 255) = 51.24%
R=4.96%
G=43.80%
B=51.24%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal653620.900.1500.76189.6482.3513.33
Hex6353E5AF04Cbe52d
Octal6657613217011427612215
Binary11011010111111010110101111010011001011111010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06353E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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