Html Css Color HEX #06303B Nordic

📋 copy color: '#06303B'

red 6 ◦ green 48 ◦ blue 59

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

Shades of Nordic #06303B

Tints of Nordic #06303B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 42.48%

 BLUE value IS 59 (23.44% from 255) = 52.21%

R = 5.31%
G = 42.48%
B = 52.21%

CMYK

 C value IS 0.90

 M value IS 0.19

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#06303B (or 0x06303B) is known color: Nordic. HEX triplet: 06, 30 and 3B. RGB value is (6,48,59). Sum of RGB (Red+Green+Blue) = 6+48+59=113 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.31% from 113); Green value is 48 (19.14% from 255 or 42.48% from 113); Blue value is 59 (23.44% from 255 or 52.21% from 113); Max value from RGB is 59 - color contains mainly: blue. Hex color #06303B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06303B is #F9CFC4. Grayscale: #242424. Windows color (decimal): -16371653 or 3878918. OLE color: 3878918.

HSL color Cylindrical-coordinate representation of color #06303B: hue angle of 192.45º degrees, saturation: 0.82, 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 #06303B is Cyan = 0.90, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 6 48 59 -
CMYK 0.90 0.19 0 0.77
HSL 192.45º 0.82% 0.13% -
HSV(B) 192.45º 0.9% 0.23% -
XYZ 1.92 2.47 4.51 -
YUV 36.7 140.59 106.11 -
System Red Green Blue C M Y K H S L
Decimal 6 48 59 0.90 0.19 0 0.77 192.45 0.82 0.13
Hex 6 30 3B 5A 13 0 4D C0 52 D
Octal 6 60 73 132 23 0 115 300 122 15
Binary 110 110000 111011 1011010 10011 0 1001101 11000000 1010010 1101

Color Harmonies of #06303B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06303B

Black with #06303B

Text Example


Text Example

White with #06303B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06303B; }

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

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

background-color css

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

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

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

border-color css

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

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

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