Html Css Color HEX #6884FA Cornflower Blue

📋 copy color: '#6884FA'

red 104 ◦ green 132 ◦ blue 250

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

Shades of Cornflower Blue #6884FA

Tints of Cornflower Blue #6884FA

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.16%

 BLUE value IS 250 (98.05% from 255) = 51.44%

R = 21.4%
G = 27.16%
B = 51.44%

CMYK

 C value IS 0.58

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6884FA (or 0x6884FA) is known color: Cornflower Blue. HEX triplet: 68, 84 and FA. RGB value is (104,132,250). Sum of RGB (Red+Green+Blue) = 104+132+250=486 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.40% from 486); Green value is 132 (51.95% from 255 or 27.16% from 486); Blue value is 250 (98.05% from 255 or 51.44% from 486); Max value from RGB is 250 - color contains mainly: blue. Hex color #6884FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6884FA is #977B05. Grayscale: #888888. Windows color (decimal): -9927430 or 16417896. OLE color: 16417896.

HSL color Cylindrical-coordinate representation of color #6884FA: hue angle of 228.49º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6884FA is Cyan = 0.58, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 104 132 250 -
CMYK 0.58 0.47 0 0.02
HSL 228.49º 0.94% 0.69% -
HSV(B) 228.49º 0.58% 0.98% -
XYZ 31.22 26.35 93.88 -
YUV 137.08 191.72 104.41 -
System Red Green Blue C M Y K H S L
Decimal 104 132 250 0.58 0.47 0 0.02 228.49 0.94 0.69
Hex 68 84 FA 3A 2F 0 2 E4 5E 45
Octal 150 204 372 72 57 0 2 344 136 105
Binary 1101000 10000100 11111010 111010 101111 0 10 11100100 1011110 1000101

Color Harmonies of #6884FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6884FA

Black with #6884FA

Text Example


Text Example

White with #6884FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6884FA; }

 p { color: rgb(104,132,250); }

 H1.HeaderClassName
 {
   color: #6884FA;
 }
 .AnyTagClassName
 {
   color: #6884FA;
 }
</style>

background-color css

<style>
 a { background-color: #6884FA; }

 a { background-color: rgb(104,132,250); }

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

border-color css

<style>
 span { border-color: #6884FA; }

 span { border-color: rgb(104,132,250); }

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