Html Css Color HEX #6882ED Cornflower Blue

📋 copy color: '#6882ED'

red 104 ◦ green 130 ◦ blue 237

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

Shades of Cornflower Blue #6882ED

Tints of Cornflower Blue #6882ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 50.32%

R = 22.08%
G = 27.6%
B = 50.32%

CMYK

 C value IS 0.56

 M value IS 0.45

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6882ED (or 0x6882ED) is known color: Cornflower Blue. HEX triplet: 68, 82 and ED. RGB value is (104,130,237). Sum of RGB (Red+Green+Blue) = 104+130+237=471 (62% of max value = 765). Red value is 104 (41.02% from 255 or 22.08% from 471); Green value is 130 (51.17% from 255 or 27.60% from 471); Blue value is 237 (92.97% from 255 or 50.32% from 471); Max value from RGB is 237 - color contains mainly: blue. Hex color #6882ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6882ED is #977D12. Grayscale: #858585. Windows color (decimal): -9927955 or 15565416. OLE color: 15565416.

HSL color Cylindrical-coordinate representation of color #6882ED: hue angle of 228.27º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6882ED is Cyan = 0.56, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 104 130 237 -
CMYK 0.56 0.45 0 0.07
HSL 228.27º 0.79% 0.67% -
HSV(B) 228.27º 0.56% 0.93% -
XYZ 28.98 25.02 83.42 -
YUV 134.42 185.89 106.3 -
System Red Green Blue C M Y K H S L
Decimal 104 130 237 0.56 0.45 0 0.07 228.27 0.79 0.67
Hex 68 82 ED 38 2D 0 7 E4 4F 43
Octal 150 202 355 70 55 0 7 344 117 103
Binary 1101000 10000010 11101101 111000 101101 0 111 11100100 1001111 1000011

Color Harmonies of #6882ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6882ED

Black with #6882ED

Text Example


Text Example

White with #6882ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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