Html Css Color HEX #063435 Nordic

📋 copy color: '#063435'

red 6 ◦ green 52 ◦ blue 53

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

Shades of Nordic #063435

Tints of Nordic #063435

RGB

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

 GREEN value IS 52 (20.7% from 255) = 46.85%

 BLUE value IS 53 (21.09% from 255) = 47.75%

R = 5.41%
G = 46.85%
B = 47.75%

CMYK

 C value IS 0.89

 M value IS 0.02

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#063435 (or 0x063435) is known color: Nordic. HEX triplet: 06, 34 and 35. RGB value is (6,52,53). Sum of RGB (Red+Green+Blue) = 6+52+53=111 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.41% from 111); Green value is 52 (20.70% from 255 or 46.85% from 111); Blue value is 53 (21.09% from 255 or 47.75% from 111); Max value from RGB is 53 - color contains mainly: blue. Hex color #063435 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063435 is #F9CBCA. Grayscale: #262626. Windows color (decimal): -16370635 or 3486726. OLE color: 3486726.

HSL color Cylindrical-coordinate representation of color #063435: hue angle of 181.28º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #063435 is Cyan = 0.89, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 6 52 53 -
CMYK 0.89 0.02 0 0.79
HSL 181.28º 0.8% 0.12% -
HSV(B) 181.28º 0.89% 0.21% -
XYZ 1.95 2.75 3.8 -
YUV 38.36 136.26 104.92 -
System Red Green Blue C M Y K H S L
Decimal 6 52 53 0.89 0.02 0 0.79 181.28 0.8 0.12
Hex 6 34 35 59 2 0 4F B5 50 C
Octal 6 64 65 131 2 0 117 265 120 14
Binary 110 110100 110101 1011001 10 0 1001111 10110101 1010000 1100

Color Harmonies of #063435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063435

Black with #063435

Text Example


Text Example

White with #063435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063435; }

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

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

background-color css

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

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

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

border-color css

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

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

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