Html Css Color HEX #6882F1 Cornflower Blue

📋 copy color: '#6882F1'

red 104 ◦ green 130 ◦ blue 241

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

Shades of Cornflower Blue #6882F1

Tints of Cornflower Blue #6882F1

RGB

 RED value IS 104 (41.02% from 255) = 21.89%

 GREEN value IS 130 (51.17% from 255) = 27.37%

 BLUE value IS 241 (94.53% from 255) = 50.74%

R = 21.89%
G = 27.37%
B = 50.74%

CMYK

 C value IS 0.57

 M value IS 0.46

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6882F1 (or 0x6882F1) is known color: Cornflower Blue. HEX triplet: 68, 82 and F1. RGB value is (104,130,241). Sum of RGB (Red+Green+Blue) = 104+130+241=475 (62% of max value = 765). Red value is 104 (41.02% from 255 or 21.89% from 475); Green value is 130 (51.17% from 255 or 27.37% from 475); Blue value is 241 (94.53% from 255 or 50.74% from 475); Max value from RGB is 241 - color contains mainly: blue. Hex color #6882F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6882F1 is #977D0E. Grayscale: #868686. Windows color (decimal): -9927951 or 15827560. OLE color: 15827560.

HSL color Cylindrical-coordinate representation of color #6882F1: hue angle of 228.61º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6882F1 is Cyan = 0.57, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 104 130 241 -
CMYK 0.57 0.46 0 0.05
HSL 228.61º 0.83% 0.68% -
HSV(B) 228.61º 0.57% 0.95% -
XYZ 29.57 25.26 86.54 -
YUV 134.88 187.89 105.97 -
System Red Green Blue C M Y K H S L
Decimal 104 130 241 0.57 0.46 0 0.05 228.61 0.83 0.68
Hex 68 82 F1 39 2E 0 5 E5 53 44
Octal 150 202 361 71 56 0 5 345 123 104
Binary 1101000 10000010 11110001 111001 101110 0 101 11100101 1010011 1000100

Color Harmonies of #6882F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6882F1

Black with #6882F1

Text Example


Text Example

White with #6882F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6882F1; }

 p { color: rgb(104,130,241); }

 H1.HeaderClassName
 {
   color: #6882F1;
 }
 .AnyTagClassName
 {
   color: #6882F1;
 }
</style>

background-color css

<style>
 a { background-color: #6882F1; }

 a { background-color: rgb(104,130,241); }

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

border-color css

<style>
 span { border-color: #6882F1; }

 span { border-color: rgb(104,130,241); }

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