Html Css Color HEX #6984FF Cornflower Blue

📋 copy color: '#6984FF'

red 105 ◦ green 132 ◦ blue 255

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

Shades of Cornflower Blue #6984FF

Tints of Cornflower Blue #6984FF

RGB

 RED value IS 105 (41.41% from 255) = 21.34%

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

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

R = 21.34%
G = 26.83%
B = 51.83%

CMYK

 C value IS 0.59

 M value IS 0.48

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6984FF (or 0x6984FF) is known color: Cornflower Blue. HEX triplet: 69, 84 and FF. RGB value is (105,132,255). Sum of RGB (Red+Green+Blue) = 105+132+255=492 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.34% from 492); Green value is 132 (51.95% from 255 or 26.83% from 492); Blue value is 255 (100% from 255 or 51.83% from 492); Max value from RGB is 255 - color contains mainly: blue. Hex color #6984FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6984FF is #967B00. Grayscale: #898989. Windows color (decimal): -9861889 or 16745577. OLE color: 16745577.

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

Color convert

RGB 105 132 255 -
CMYK 0.59 0.48 0 0
HSL 229.2º 1% 0.71% -
HSV(B) 229.2º 0.59% 1% -
XYZ 32.13 26.73 98.07 -
YUV 137.95 194.05 104.5 -
System Red Green Blue C M Y K H S L
Decimal 105 132 255 0.59 0.48 0 0 229.2 1 0.71
Hex 69 84 FF 3B 30 0 0 E5 64 47
Octal 151 204 377 73 60 0 0 345 144 107
Binary 1101001 10000100 11111111 111011 110000 0 0 11100101 1100100 1000111

Color Harmonies of #6984FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6984FF

Black with #6984FF

Text Example


Text Example

White with #6984FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,132,255); }

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

background-color css

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

 a { background-color: rgb(105,132,255); }

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

border-color css

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

 span { border-color: rgb(105,132,255); }

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