Html Css Color HEX #0680AC Cerulean

📋 copy color: '#0680AC'

red 6 ◦ green 128 ◦ blue 172

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

Shades of Cerulean #0680AC

Tints of Cerulean #0680AC

RGB

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

 GREEN value IS 128 (50.39% from 255) = 41.83%

 BLUE value IS 172 (67.58% from 255) = 56.21%

R = 1.96%
G = 41.83%
B = 56.21%

CMYK

 C value IS 0.97

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0680AC (or 0x0680AC) is known color: Cerulean. HEX triplet: 06, 80 and AC. RGB value is (6,128,172). Sum of RGB (Red+Green+Blue) = 6+128+172=306 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.96% from 306); Green value is 128 (50.39% from 255 or 41.83% from 306); Blue value is 172 (67.58% from 255 or 56.21% from 306); Max value from RGB is 172 - color contains mainly: blue. Hex color #0680AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0680AC is #F97F53. Grayscale: #606060. Windows color (decimal): -16351060 or 11304966. OLE color: 11304966.

HSL color Cylindrical-coordinate representation of color #0680AC: hue angle of 195.9º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0680AC is Cyan = 0.97, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 6 128 172 -
CMYK 0.97 0.26 0 0.33
HSL 195.9º 0.93% 0.35% -
HSV(B) 195.9º 0.97% 0.67% -
XYZ 15.24 18.46 41.79 -
YUV 96.54 170.58 63.42 -
System Red Green Blue C M Y K H S L
Decimal 6 128 172 0.97 0.26 0 0.33 195.9 0.93 0.35
Hex 6 80 AC 61 1A 0 21 C4 5D 23
Octal 6 200 254 141 32 0 41 304 135 43
Binary 110 10000000 10101100 1100001 11010 0 100001 11000100 1011101 100011

Color Harmonies of #0680AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0680AC

Black with #0680AC

Text Example


Text Example

White with #0680AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0680AC; }

 p { color: rgb(6,128,172); }

 H1.HeaderClassName
 {
   color: #0680AC;
 }
 .AnyTagClassName
 {
   color: #0680AC;
 }
</style>

background-color css

<style>
 a { background-color: #0680AC; }

 a { background-color: rgb(6,128,172); }

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

border-color css

<style>
 span { border-color: #0680AC; }

 span { border-color: rgb(6,128,172); }

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