Html Css Color HEX #6686FD Cornflower Blue

📋 copy color: '#6686FD'

red 102 ◦ green 134 ◦ blue 253

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

Shades of Cornflower Blue #6686FD

Tints of Cornflower Blue #6686FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 51.74%

R = 20.86%
G = 27.4%
B = 51.74%

CMYK

 C value IS 0.60

 M value IS 0.47

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6686FD (or 0x6686FD) is known color: Cornflower Blue. HEX triplet: 66, 86 and FD. RGB value is (102,134,253). Sum of RGB (Red+Green+Blue) = 102+134+253=489 (64% of max value = 765). Red value is 102 (40.23% from 255 or 20.86% from 489); Green value is 134 (52.73% from 255 or 27.40% from 489); Blue value is 253 (99.22% from 255 or 51.74% from 489); Max value from RGB is 253 - color contains mainly: blue. Hex color #6686FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6686FD is #997902. Grayscale: #898989. Windows color (decimal): -10057987 or 16615014. OLE color: 16615014.

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

Color convert

RGB 102 134 253 -
CMYK 0.60 0.47 0 0.01
HSL 227.28º 0.97% 0.7% -
HSV(B) 227.28º 0.6% 0.99% -
XYZ 31.73 26.97 96.46 -
YUV 138 192.9 102.32 -
System Red Green Blue C M Y K H S L
Decimal 102 134 253 0.60 0.47 0 0.01 227.28 0.97 0.7
Hex 66 86 FD 3C 2F 0 1 E3 61 46
Octal 146 206 375 74 57 0 1 343 141 106
Binary 1100110 10000110 11111101 111100 101111 0 1 11100011 1100001 1000110

Color Harmonies of #6686FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6686FD

Black with #6686FD

Text Example


Text Example

White with #6686FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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