Html Css Color HEX #6882FF Cornflower Blue

📋 copy color: '#6882FF'

red 104 ◦ green 130 ◦ blue 255

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

Shades of Cornflower Blue #6882FF

Tints of Cornflower Blue #6882FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 52.15%

R = 21.27%
G = 26.58%
B = 52.15%

CMYK

 C value IS 0.59

 M value IS 0.49

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6882FF (or 0x6882FF) is known color: Cornflower Blue. HEX triplet: 68, 82 and FF. RGB value is (104,130,255). Sum of RGB (Red+Green+Blue) = 104+130+255=489 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.27% from 489); Green value is 130 (51.17% from 255 or 26.58% from 489); Blue value is 255 (100% from 255 or 52.15% from 489); Max value from RGB is 255 - color contains mainly: blue. Hex color #6882FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6882FF is #977D00. Grayscale: #878787. Windows color (decimal): -9927937 or 16745064. OLE color: 16745064.

HSL color Cylindrical-coordinate representation of color #6882FF: hue angle of 229.67º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6882FF is Cyan = 0.59, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 104 130 255 -
CMYK 0.59 0.49 0 0
HSL 229.67º 1% 0.7% -
HSV(B) 229.67º 0.59% 1% -
XYZ 31.74 26.13 97.98 -
YUV 136.48 194.89 104.84 -
System Red Green Blue C M Y K H S L
Decimal 104 130 255 0.59 0.49 0 0 229.67 1 0.7
Hex 68 82 FF 3B 31 0 0 E6 64 46
Octal 150 202 377 73 61 0 0 346 144 106
Binary 1101000 10000010 11111111 111011 110001 0 0 11100110 1100100 1000110

Color Harmonies of #6882FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6882FF

Black with #6882FF

Text Example


Text Example

White with #6882FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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