Html Css Color HEX #6883FF Cornflower Blue

📋 copy color: '#6883FF'

red 104 ◦ green 131 ◦ blue 255

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

Shades of Cornflower Blue #6883FF

Tints of Cornflower Blue #6883FF

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.73%

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

R = 21.22%
G = 26.73%
B = 52.04%

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

#6883FF (or 0x6883FF) is known color: Cornflower Blue. HEX triplet: 68, 83 and FF. RGB value is (104,131,255). Sum of RGB (Red+Green+Blue) = 104+131+255=490 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.22% from 490); Green value is 131 (51.56% from 255 or 26.73% from 490); Blue value is 255 (100% from 255 or 52.04% from 490); Max value from RGB is 255 - color contains mainly: blue. Hex color #6883FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6883FF is #977C00. Grayscale: #888888. Windows color (decimal): -9927681 or 16745320. OLE color: 16745320.

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

Color convert

RGB 104 131 255 -
CMYK 0.59 0.49 0 0
HSL 229.27º 1% 0.7% -
HSV(B) 229.27º 0.59% 1% -
XYZ 31.88 26.4 98.02 -
YUV 137.06 194.55 104.42 -
System Red Green Blue C M Y K H S L
Decimal 104 131 255 0.59 0.49 0 0 229.27 1 0.7
Hex 68 83 FF 3B 31 0 0 E5 64 46
Octal 150 203 377 73 61 0 0 345 144 106
Binary 1101000 10000011 11111111 111011 110001 0 0 11100101 1100100 1000110

Color Harmonies of #6883FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6883FF

Black with #6883FF

Text Example


Text Example

White with #6883FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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