Html Css Color HEX #7685E6 Cornflower Blue

📋 copy color: '#7685E6'

red 118 ◦ green 133 ◦ blue 230

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

Shades of Cornflower Blue #7685E6

Tints of Cornflower Blue #7685E6

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.65%

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

R = 24.53%
G = 27.65%
B = 47.82%

CMYK

 C value IS 0.49

 M value IS 0.42

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#7685E6 (or 0x7685E6) is known color: Cornflower Blue. HEX triplet: 76, 85 and E6. RGB value is (118,133,230). Sum of RGB (Red+Green+Blue) = 118+133+230=481 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.53% from 481); Green value is 133 (52.34% from 255 or 27.65% from 481); Blue value is 230 (90.23% from 255 or 47.82% from 481); Max value from RGB is 230 - color contains mainly: blue. Hex color #7685E6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7685E6 is #897A19. Grayscale: #8B8B8B. Windows color (decimal): -9009690 or 15107446. OLE color: 15107446.

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

Color convert

RGB 118 133 230 -
CMYK 0.49 0.42 0 0.10
HSL 231.96º 0.69% 0.68% -
HSV(B) 231.96º 0.49% 0.9% -
XYZ 30.14 26.34 78.36 -
YUV 139.57 179.03 112.61 -
System Red Green Blue C M Y K H S L
Decimal 118 133 230 0.49 0.42 0 0.10 231.96 0.69 0.68
Hex 76 85 E6 31 2A 0 A E8 45 44
Octal 166 205 346 61 52 0 12 350 105 104
Binary 1110110 10000101 11100110 110001 101010 0 1010 11101000 1000101 1000100

Color Harmonies of #7685E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7685E6

Black with #7685E6

Text Example


Text Example

White with #7685E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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