Html Css Color HEX #06353D Nordic

📋 copy color: '#06353D'

red 6 ◦ green 53 ◦ blue 61

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

Shades of Nordic #06353D

Tints of Nordic #06353D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 44.17%

 BLUE value IS 61 (24.22% from 255) = 50.83%

R = 5%
G = 44.17%
B = 50.83%

CMYK

 C value IS 0.90

 M value IS 0.13

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#06353D (or 0x06353D) is known color: Nordic. HEX triplet: 06, 35 and 3D. RGB value is (6,53,61). Sum of RGB (Red+Green+Blue) = 6+53+61=120 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5% from 120); Green value is 53 (21.09% from 255 or 44.17% from 120); Blue value is 61 (24.22% from 255 or 50.83% from 120); Max value from RGB is 61 - color contains mainly: blue. Hex color #06353D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06353D is #F9CAC2. Grayscale: #272727. Windows color (decimal): -16370371 or 4011270. OLE color: 4011270.

HSL color Cylindrical-coordinate representation of color #06353D: hue angle of 188.73º 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 #06353D is Cyan = 0.90, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 6 53 61 -
CMYK 0.90 0.13 0 0.76
HSL 188.73º 0.82% 0.13% -
HSV(B) 188.73º 0.9% 0.24% -
XYZ 2.19 2.92 4.86 -
YUV 39.86 139.93 103.85 -
System Red Green Blue C M Y K H S L
Decimal 6 53 61 0.90 0.13 0 0.76 188.73 0.82 0.13
Hex 6 35 3D 5A D 0 4C BD 52 D
Octal 6 65 75 132 15 0 114 275 122 15
Binary 110 110101 111101 1011010 1101 0 1001100 10111101 1010010 1101

Color Harmonies of #06353D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06353D

Black with #06353D

Text Example


Text Example

White with #06353D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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