Html Css Color HEX #6C7EF8 Cornflower Blue

📋 copy color: '#6C7EF8'

red 108 ◦ green 126 ◦ blue 248

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

Shades of Cornflower Blue #6C7EF8

Tints of Cornflower Blue #6C7EF8

RGB

 RED value IS 108 (42.58% from 255) = 22.41%

 GREEN value IS 126 (49.61% from 255) = 26.14%

 BLUE value IS 248 (97.27% from 255) = 51.45%

R = 22.41%
G = 26.14%
B = 51.45%

CMYK

 C value IS 0.56

 M value IS 0.49

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#6C7EF8 (or 0x6C7EF8) is known color: Cornflower Blue. HEX triplet: 6C, 7E and F8. RGB value is (108,126,248). Sum of RGB (Red+Green+Blue) = 108+126+248=482 (63% of max value = 765). Red value is 108 (42.58% from 255 or 22.41% from 482); Green value is 126 (49.61% from 255 or 26.14% from 482); Blue value is 248 (97.27% from 255 or 51.45% from 482); Max value from RGB is 248 - color contains mainly: blue. Hex color #6C7EF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6C7EF8 is #938107. Grayscale: #868686. Windows color (decimal): -9666824 or 16285292. OLE color: 16285292.

HSL color Cylindrical-coordinate representation of color #6C7EF8: hue angle of 232.29º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6C7EF8 is Cyan = 0.56, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 108 126 248 -
CMYK 0.56 0.49 0 0.03
HSL 232.29º 0.91% 0.7% -
HSV(B) 232.29º 0.56% 0.97% -
XYZ 30.59 24.89 92 -
YUV 134.53 192.04 109.08 -
System Red Green Blue C M Y K H S L
Decimal 108 126 248 0.56 0.49 0 0.03 232.29 0.91 0.7
Hex 6C 7E F8 38 31 0 3 E8 5B 46
Octal 154 176 370 70 61 0 3 350 133 106
Binary 1101100 1111110 11111000 111000 110001 0 11 11101000 1011011 1000110

Color Harmonies of #6C7EF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C7EF8

Black with #6C7EF8

Text Example


Text Example

White with #6C7EF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C7EF8; }

 p { color: rgb(108,126,248); }

 H1.HeaderClassName
 {
   color: #6C7EF8;
 }
 .AnyTagClassName
 {
   color: #6C7EF8;
 }
</style>

background-color css

<style>
 a { background-color: #6C7EF8; }

 a { background-color: rgb(108,126,248); }

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

border-color css

<style>
 span { border-color: #6C7EF8; }

 span { border-color: rgb(108,126,248); }

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