Html Css Color HEX #063230 Nordic

📋 copy color: '#063230'

red 6 ◦ green 50 ◦ blue 48

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

Shades of Nordic #063230

Tints of Nordic #063230

RGB

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

 GREEN value IS 50 (19.92% from 255) = 48.08%

 BLUE value IS 48 (19.14% from 255) = 46.15%

R = 5.77%
G = 48.08%
B = 46.15%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.04

 K value IS 0.80

RGB Variations

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

Color information

#063230 (or 0x063230) is known color: Nordic. HEX triplet: 06, 32 and 30. RGB value is (6,50,48). Sum of RGB (Red+Green+Blue) = 6+50+48=104 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.77% from 104); Green value is 50 (19.92% from 255 or 48.08% from 104); Blue value is 48 (19.14% from 255 or 46.15% from 104); Max value from RGB is 50 - color contains mainly: green. Hex color #063230 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063230 is #F9CDCF. Grayscale: #242424. Windows color (decimal): -16371152 or 3158534. OLE color: 3158534.

HSL color Cylindrical-coordinate representation of color #063230: hue angle of 177.27º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #063230 is Cyan = 0.88, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.80.

Color convert

RGB 6 50 48 -
CMYK 0.88 0 0.04 0.80
HSL 177.27º 0.79% 0.11% -
HSV(B) 177.27º 0.88% 0.2% -
XYZ 1.75 2.53 3.19 -
YUV 36.62 134.42 106.16 -
System Red Green Blue C M Y K H S L
Decimal 6 50 48 0.88 0 0.04 0.80 177.27 0.79 0.11
Hex 6 32 30 58 0 4 50 B1 4F B
Octal 6 62 60 130 0 4 120 261 117 13
Binary 110 110010 110000 1011000 0 100 1010000 10110001 1001111 1011

Color Harmonies of #063230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063230

Black with #063230

Text Example


Text Example

White with #063230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063230; }

 p { color: rgb(6,50,48); }

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

background-color css

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

 a { background-color: rgb(6,50,48); }

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

border-color css

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

 span { border-color: rgb(6,50,48); }

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