Html Css Color HEX #06303E Blue Whale

📋 copy color: '#06303E'

red 6 ◦ green 48 ◦ blue 62

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

Shades of Blue Whale #06303E

Tints of Blue Whale #06303E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 53.45%

R = 5.17%
G = 41.38%
B = 53.45%

CMYK

 C value IS 0.90

 M value IS 0.23

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#06303E (or 0x06303E) is known color: Blue Whale. HEX triplet: 06, 30 and 3E. RGB value is (6,48,62). Sum of RGB (Red+Green+Blue) = 6+48+62=116 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.17% from 116); Green value is 48 (19.14% from 255 or 41.38% from 116); Blue value is 62 (24.61% from 255 or 53.45% from 116); Max value from RGB is 62 - color contains mainly: blue. Hex color #06303E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06303E is #F9CFC1. Grayscale: #242424. Windows color (decimal): -16371650 or 4075526. OLE color: 4075526.

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

Color convert

RGB 6 48 62 -
CMYK 0.90 0.23 0 0.76
HSL 195º 0.82% 0.13% -
HSV(B) 195º 0.9% 0.24% -
XYZ 2 2.5 4.93 -
YUV 37.04 142.09 105.86 -
System Red Green Blue C M Y K H S L
Decimal 6 48 62 0.90 0.23 0 0.76 195 0.82 0.13
Hex 6 30 3E 5A 17 0 4C C3 52 D
Octal 6 60 76 132 27 0 114 303 122 15
Binary 110 110000 111110 1011010 10111 0 1001100 11000011 1010010 1101

Color Harmonies of #06303E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06303E

Black with #06303E

Text Example


Text Example

White with #06303E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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