Html Css Color HEX #6681FD Cornflower Blue

📋 copy color: '#6681FD'

red 102 ◦ green 129 ◦ blue 253

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

Shades of Cornflower Blue #6681FD

Tints of Cornflower Blue #6681FD

RGB

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

 GREEN value IS 129 (50.78% from 255) = 26.65%

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

R = 21.07%
G = 26.65%
B = 52.27%

CMYK

 C value IS 0.60

 M value IS 0.49

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6681FD (or 0x6681FD) is known color: Cornflower Blue. HEX triplet: 66, 81 and FD. RGB value is (102,129,253). Sum of RGB (Red+Green+Blue) = 102+129+253=484 (64% of max value = 765). Red value is 102 (40.23% from 255 or 21.07% from 484); Green value is 129 (50.78% from 255 or 26.65% from 484); Blue value is 253 (99.22% from 255 or 52.27% from 484); Max value from RGB is 253 - color contains mainly: blue. Hex color #6681FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6681FD is #997E02. Grayscale: #868686. Windows color (decimal): -10059267 or 16613734. OLE color: 16613734.

HSL color Cylindrical-coordinate representation of color #6681FD: hue angle of 229.27º 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 #6681FD is Cyan = 0.60, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 102 129 253 -
CMYK 0.60 0.49 0 0.01
HSL 229.27º 0.97% 0.7% -
HSV(B) 229.27º 0.6% 0.99% -
XYZ 31.06 25.62 96.24 -
YUV 135.06 194.55 104.42 -
System Red Green Blue C M Y K H S L
Decimal 102 129 253 0.60 0.49 0 0.01 229.27 0.97 0.7
Hex 66 81 FD 3C 31 0 1 E5 61 46
Octal 146 201 375 74 61 0 1 345 141 106
Binary 1100110 10000001 11111101 111100 110001 0 1 11100101 1100001 1000110

Color Harmonies of #6681FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6681FD

Black with #6681FD

Text Example


Text Example

White with #6681FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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