Html Css Color HEX #06507E Dark Cerulean

📋 copy color: '#06507E'

red 6 ◦ green 80 ◦ blue 126

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

Shades of Dark Cerulean #06507E

Tints of Dark Cerulean #06507E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 59.43%

R = 2.83%
G = 37.74%
B = 59.43%

CMYK

 C value IS 0.95

 M value IS 0.37

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#06507E (or 0x06507E) is known color: Dark Cerulean. HEX triplet: 06, 50 and 7E. RGB value is (6,80,126). Sum of RGB (Red+Green+Blue) = 6+80+126=212 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.83% from 212); Green value is 80 (31.64% from 255 or 37.74% from 212); Blue value is 126 (49.61% from 255 or 59.43% from 212); Max value from RGB is 126 - color contains mainly: blue. Hex color #06507E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06507E is #F9AF81. Grayscale: #3E3E3E. Windows color (decimal): -16363394 or 8278022. OLE color: 8278022.

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

Color convert

RGB 6 80 126 -
CMYK 0.95 0.37 0 0.51
HSL 203º 0.91% 0.26% -
HSV(B) 203º 0.95% 0.49% -
XYZ 6.71 7.28 20.79 -
YUV 63.12 163.48 87.26 -
System Red Green Blue C M Y K H S L
Decimal 6 80 126 0.95 0.37 0 0.51 203 0.91 0.26
Hex 6 50 7E 5F 25 0 33 CB 5B 1A
Octal 6 120 176 137 45 0 63 313 133 32
Binary 110 1010000 1111110 1011111 100101 0 110011 11001011 1011011 11010

Color Harmonies of #06507E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06507E

Black with #06507E

Text Example


Text Example

White with #06507E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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