Html Css Color HEX #06468B Dark Cerulean

📋 copy color: '#06468B'

red 6 ◦ green 70 ◦ blue 139

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

Shades of Dark Cerulean #06468B

Tints of Dark Cerulean #06468B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 32.56%

 BLUE value IS 139 (54.69% from 255) = 64.65%

R = 2.79%
G = 32.56%
B = 64.65%

CMYK

 C value IS 0.96

 M value IS 0.50

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#06468B (or 0x06468B) is known color: Dark Cerulean. HEX triplet: 06, 46 and 8B. RGB value is (6,70,139). Sum of RGB (Red+Green+Blue) = 6+70+139=215 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.79% from 215); Green value is 70 (27.73% from 255 or 32.56% from 215); Blue value is 139 (54.69% from 255 or 64.65% from 215); Max value from RGB is 139 - color contains mainly: blue. Hex color #06468B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06468B is #F9B974. Grayscale: #3A3A3A. Windows color (decimal): -16365941 or 9127430. OLE color: 9127430.

HSL color Cylindrical-coordinate representation of color #06468B: hue angle of 211.13º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06468B is Cyan = 0.96, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 6 70 139 -
CMYK 0.96 0.50 0 0.45
HSL 211.13º 0.92% 0.28% -
HSV(B) 211.13º 0.96% 0.55% -
XYZ 6.93 6.28 25.27 -
YUV 58.73 173.3 90.39 -
System Red Green Blue C M Y K H S L
Decimal 6 70 139 0.96 0.50 0 0.45 211.13 0.92 0.28
Hex 6 46 8B 60 32 0 2D D3 5C 1C
Octal 6 106 213 140 62 0 55 323 134 34
Binary 110 1000110 10001011 1100000 110010 0 101101 11010011 1011100 11100

Color Harmonies of #06468B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06468B

Black with #06468B

Text Example


Text Example

White with #06468B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,70,139); }

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

background-color css

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

 a { background-color: rgb(6,70,139); }

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

border-color css

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

 span { border-color: rgb(6,70,139); }

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