Html Css Color HEX #7697E6 Cornflower Blue

📋 copy color: '#7697E6'

red 118 ◦ green 151 ◦ blue 230

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

Shades of Cornflower Blue #7697E6

Tints of Cornflower Blue #7697E6

RGB

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

 GREEN value IS 151 (59.38% from 255) = 30.26%

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

R = 23.65%
G = 30.26%
B = 46.09%

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

#7697E6 (or 0x7697E6) is known color: Cornflower Blue. HEX triplet: 76, 97 and E6. RGB value is (118,151,230). Sum of RGB (Red+Green+Blue) = 118+151+230=499 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.65% from 499); Green value is 151 (59.38% from 255 or 30.26% from 499); Blue value is 230 (90.23% from 255 or 46.09% from 499); Max value from RGB is 230 - color contains mainly: blue. Hex color #7697E6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7697E6 is #896819. Grayscale: #959595. Windows color (decimal): -9005082 or 15112054. OLE color: 15112054.

HSL color Cylindrical-coordinate representation of color #7697E6: hue angle of 222.32º 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 #7697E6 is Cyan = 0.49, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 118 151 230 -
CMYK 0.49 0.34 0 0.10
HSL 222.32º 0.69% 0.68% -
HSV(B) 222.32º 0.49% 0.9% -
XYZ 32.82 31.7 79.25 -
YUV 150.14 173.07 105.08 -
System Red Green Blue C M Y K H S L
Decimal 118 151 230 0.49 0.34 0 0.10 222.32 0.69 0.68
Hex 76 97 E6 31 22 0 A DE 45 44
Octal 166 227 346 61 42 0 12 336 105 104
Binary 1110110 10010111 11100110 110001 100010 0 1010 11011110 1000101 1000100

Color Harmonies of #7697E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7697E6

Black with #7697E6

Text Example


Text Example

White with #7697E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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