Html Css Color HEX #06304A Blue Whale

📋 copy color: '#06304A'

red 6 ◦ green 48 ◦ blue 74

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

Shades of Blue Whale #06304A

Tints of Blue Whale #06304A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 57.81%

R = 4.69%
G = 37.5%
B = 57.81%

CMYK

 C value IS 0.92

 M value IS 0.35

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#06304A (or 0x06304A) is known color: Blue Whale. HEX triplet: 06, 30 and 4A. RGB value is (6,48,74). Sum of RGB (Red+Green+Blue) = 6+48+74=128 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.69% from 128); Green value is 48 (19.14% from 255 or 37.5% from 128); Blue value is 74 (29.30% from 255 or 57.81% from 128); Max value from RGB is 74 - color contains mainly: blue. Hex color #06304A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06304A is #F9CFB5. Grayscale: #262626. Windows color (decimal): -16371638 or 4861958. OLE color: 4861958.

HSL color Cylindrical-coordinate representation of color #06304A: hue angle of 202.94º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #06304A is Cyan = 0.92, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 6 48 74 -
CMYK 0.92 0.35 0 0.71
HSL 202.94º 0.85% 0.16% -
HSV(B) 202.94º 0.92% 0.29% -
XYZ 2.37 2.65 6.86 -
YUV 38.41 148.09 104.89 -
System Red Green Blue C M Y K H S L
Decimal 6 48 74 0.92 0.35 0 0.71 202.94 0.85 0.16
Hex 6 30 4A 5C 23 0 47 CB 55 10
Octal 6 60 112 134 43 0 107 313 125 20
Binary 110 110000 1001010 1011100 100011 0 1000111 11001011 1010101 10000

Color Harmonies of #06304A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06304A

Black with #06304A

Text Example


Text Example

White with #06304A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06304A; }

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

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

background-color css

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

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

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

border-color css

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

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

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