Html Css Color HEX #6985F3 Cornflower Blue

📋 copy color: '#6985F3'

red 105 ◦ green 133 ◦ blue 243

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

Shades of Cornflower Blue #6985F3

Tints of Cornflower Blue #6985F3

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.65%

 BLUE value IS 243 (95.31% from 255) = 50.52%

R = 21.83%
G = 27.65%
B = 50.52%

CMYK

 C value IS 0.57

 M value IS 0.45

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6985F3 (or 0x6985F3) is known color: Cornflower Blue. HEX triplet: 69, 85 and F3. RGB value is (105,133,243). Sum of RGB (Red+Green+Blue) = 105+133+243=481 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.83% from 481); Green value is 133 (52.34% from 255 or 27.65% from 481); Blue value is 243 (95.31% from 255 or 50.52% from 481); Max value from RGB is 243 - color contains mainly: blue. Hex color #6985F3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6985F3 is #967A0C. Grayscale: #888888. Windows color (decimal): -9861645 or 15959401. OLE color: 15959401.

HSL color Cylindrical-coordinate representation of color #6985F3: hue angle of 227.83º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6985F3 is Cyan = 0.57, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 105 133 243 -
CMYK 0.57 0.45 0 0.05
HSL 227.83º 0.85% 0.68% -
HSV(B) 227.83º 0.57% 0.95% -
XYZ 30.39 26.25 88.26 -
YUV 137.17 187.72 105.06 -
System Red Green Blue C M Y K H S L
Decimal 105 133 243 0.57 0.45 0 0.05 227.83 0.85 0.68
Hex 69 85 F3 39 2D 0 5 E4 55 44
Octal 151 205 363 71 55 0 5 344 125 104
Binary 1101001 10000101 11110011 111001 101101 0 101 11100100 1010101 1000100

Color Harmonies of #6985F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6985F3

Black with #6985F3

Text Example


Text Example

White with #6985F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6985F3; }

 p { color: rgb(105,133,243); }

 H1.HeaderClassName
 {
   color: #6985F3;
 }
 .AnyTagClassName
 {
   color: #6985F3;
 }
</style>

background-color css

<style>
 a { background-color: #6985F3; }

 a { background-color: rgb(105,133,243); }

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

border-color css

<style>
 span { border-color: #6985F3; }

 span { border-color: rgb(105,133,243); }

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