Html Css Color HEX #6686FE Cornflower Blue

📋 copy color: '#6686FE'

red 102 ◦ green 134 ◦ blue 254

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

Shades of Cornflower Blue #6686FE

Tints of Cornflower Blue #6686FE

RGB

 RED value IS 102 (40.23% from 255) = 20.82%

 GREEN value IS 134 (52.73% from 255) = 27.35%

 BLUE value IS 254 (99.61% from 255) = 51.84%

R = 20.82%
G = 27.35%
B = 51.84%

CMYK

 C value IS 0.60

 M value IS 0.47

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6686FE (or 0x6686FE) is known color: Cornflower Blue. HEX triplet: 66, 86 and FE. RGB value is (102,134,254). Sum of RGB (Red+Green+Blue) = 102+134+254=490 (64% of max value = 765). Red value is 102 (40.23% from 255 or 20.82% from 490); Green value is 134 (52.73% from 255 or 27.35% from 490); Blue value is 254 (99.61% from 255 or 51.84% from 490); Max value from RGB is 254 - color contains mainly: blue. Hex color #6686FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6686FE is #997901. Grayscale: #898989. Windows color (decimal): -10057986 or 16680550. OLE color: 16680550.

HSL color Cylindrical-coordinate representation of color #6686FE: hue angle of 227.37º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6686FE is Cyan = 0.60, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 102 134 254 -
CMYK 0.60 0.47 0 0.00
HSL 227.37º 0.99% 0.7% -
HSV(B) 227.37º 0.6% 1% -
XYZ 31.89 27.03 97.3 -
YUV 138.11 193.4 102.24 -
System Red Green Blue C M Y K H S L
Decimal 102 134 254 0.60 0.47 0 0.00 227.37 0.99 0.7
Hex 66 86 FE 3C 2F 0 0 E3 63 46
Octal 146 206 376 74 57 0 0 343 143 106
Binary 1100110 10000110 11111110 111100 101111 0 0 11100011 1100011 1000110

Color Harmonies of #6686FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6686FE

Black with #6686FE

Text Example


Text Example

White with #6686FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6686FE; }

 p { color: rgb(102,134,254); }

 H1.HeaderClassName
 {
   color: #6686FE;
 }
 .AnyTagClassName
 {
   color: #6686FE;
 }
</style>

background-color css

<style>
 a { background-color: #6686FE; }

 a { background-color: rgb(102,134,254); }

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

border-color css

<style>
 span { border-color: #6686FE; }

 span { border-color: rgb(102,134,254); }

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