Html Css Color HEX #7698E6 Cornflower Blue

📋 copy color: '#7698E6'

red 118 ◦ green 152 ◦ blue 230

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

Shades of Cornflower Blue #7698E6

Tints of Cornflower Blue #7698E6

RGB

 RED value IS 118 (46.48% from 255) = 23.6%

 GREEN value IS 152 (59.77% from 255) = 30.4%

 BLUE value IS 230 (90.23% from 255) = 46%

R = 23.6%
G = 30.4%
B = 46%

CMYK

 C value IS 0.49

 M value IS 0.34

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#7698E6 (or 0x7698E6) is known color: Cornflower Blue. HEX triplet: 76, 98 and E6. RGB value is (118,152,230). Sum of RGB (Red+Green+Blue) = 118+152+230=500 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.6% from 500); Green value is 152 (59.77% from 255 or 30.4% from 500); Blue value is 230 (90.23% from 255 or 46% from 500); Max value from RGB is 230 - color contains mainly: blue. Hex color #7698E6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7698E6 is #896719. Grayscale: #969696. Windows color (decimal): -9004826 or 15112310. OLE color: 15112310.

HSL color Cylindrical-coordinate representation of color #7698E6: hue angle of 221.79º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7698E6 is Cyan = 0.49, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 118 152 230 -
CMYK 0.49 0.34 0 0.10
HSL 221.79º 0.69% 0.68% -
HSV(B) 221.79º 0.49% 0.9% -
XYZ 32.98 32.02 79.31 -
YUV 150.73 172.74 104.66 -
System Red Green Blue C M Y K H S L
Decimal 118 152 230 0.49 0.34 0 0.10 221.79 0.69 0.68
Hex 76 98 E6 31 22 0 A DE 45 44
Octal 166 230 346 61 42 0 12 336 105 104
Binary 1110110 10011000 11100110 110001 100010 0 1010 11011110 1000101 1000100

Color Harmonies of #7698E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7698E6

Black with #7698E6

Text Example


Text Example

White with #7698E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7698E6; }

 p { color: rgb(118,152,230); }

 H1.HeaderClassName
 {
   color: #7698E6;
 }
 .AnyTagClassName
 {
   color: #7698E6;
 }
</style>

background-color css

<style>
 a { background-color: #7698E6; }

 a { background-color: rgb(118,152,230); }

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

border-color css

<style>
 span { border-color: #7698E6; }

 span { border-color: rgb(118,152,230); }

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