Html Css Color HEX #06507F Dark Cerulean

📋 copy color: '#06507F'

red 6 ◦ green 80 ◦ blue 127

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

Shades of Dark Cerulean #06507F

Tints of Dark Cerulean #06507F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 37.56%

 BLUE value IS 127 (50% from 255) = 59.62%

R = 2.82%
G = 37.56%
B = 59.62%

CMYK

 C value IS 0.95

 M value IS 0.37

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#06507F (or 0x06507F) is known color: Dark Cerulean. HEX triplet: 06, 50 and 7F. RGB value is (6,80,127). Sum of RGB (Red+Green+Blue) = 6+80+127=213 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.82% from 213); Green value is 80 (31.64% from 255 or 37.56% from 213); Blue value is 127 (50% from 255 or 59.62% from 213); Max value from RGB is 127 - color contains mainly: blue. Hex color #06507F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06507F is #F9AF80. Grayscale: #3E3E3E. Windows color (decimal): -16363393 or 8343558. OLE color: 8343558.

HSL color Cylindrical-coordinate representation of color #06507F: hue angle of 203.31º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06507F is Cyan = 0.95, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 6 80 127 -
CMYK 0.95 0.37 0 0.50
HSL 203.31º 0.91% 0.26% -
HSV(B) 203.31º 0.95% 0.5% -
XYZ 6.77 7.31 21.13 -
YUV 63.23 163.98 87.18 -
System Red Green Blue C M Y K H S L
Decimal 6 80 127 0.95 0.37 0 0.50 203.31 0.91 0.26
Hex 6 50 7F 5F 25 0 32 CB 5B 1A
Octal 6 120 177 137 45 0 62 313 133 32
Binary 110 1010000 1111111 1011111 100101 0 110010 11001011 1011011 11010

Color Harmonies of #06507F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06507F

Black with #06507F

Text Example


Text Example

White with #06507F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06507F; }

 p { color: rgb(6,80,127); }

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

background-color css

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

 a { background-color: rgb(6,80,127); }

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

border-color css

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

 span { border-color: rgb(6,80,127); }

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