Html Css Color HEX #0668AE Cerulean

📋 copy color: '#0668AE'

red 6 ◦ green 104 ◦ blue 174

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

Shades of Cerulean #0668AE

Tints of Cerulean #0668AE

RGB

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

 GREEN value IS 104 (41.02% from 255) = 36.62%

 BLUE value IS 174 (68.36% from 255) = 61.27%

R = 2.11%
G = 36.62%
B = 61.27%

CMYK

 C value IS 0.97

 M value IS 0.40

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0668AE (or 0x0668AE) is known color: Cerulean. HEX triplet: 06, 68 and AE. RGB value is (6,104,174). Sum of RGB (Red+Green+Blue) = 6+104+174=284 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.11% from 284); Green value is 104 (41.02% from 255 or 36.62% from 284); Blue value is 174 (68.36% from 255 or 61.27% from 284); Max value from RGB is 174 - color contains mainly: blue. Hex color #0668AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0668AE is #F99751. Grayscale: #525252. Windows color (decimal): -16357202 or 11429894. OLE color: 11429894.

HSL color Cylindrical-coordinate representation of color #0668AE: hue angle of 205º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0668AE is Cyan = 0.97, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 6 104 174 -
CMYK 0.97 0.40 0 0.32
HSL 205º 0.93% 0.35% -
HSV(B) 205º 0.97% 0.68% -
XYZ 12.67 13 41.89 -
YUV 82.68 179.53 73.31 -
System Red Green Blue C M Y K H S L
Decimal 6 104 174 0.97 0.40 0 0.32 205 0.93 0.35
Hex 6 68 AE 61 28 0 20 CD 5D 23
Octal 6 150 256 141 50 0 40 315 135 43
Binary 110 1101000 10101110 1100001 101000 0 100000 11001101 1011101 100011

Color Harmonies of #0668AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0668AE

Black with #0668AE

Text Example


Text Example

White with #0668AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0668AE; }

 p { color: rgb(6,104,174); }

 H1.HeaderClassName
 {
   color: #0668AE;
 }
 .AnyTagClassName
 {
   color: #0668AE;
 }
</style>

background-color css

<style>
 a { background-color: #0668AE; }

 a { background-color: rgb(6,104,174); }

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

border-color css

<style>
 span { border-color: #0668AE; }

 span { border-color: rgb(6,104,174); }

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