Html Css Color HEX #6985FF Cornflower Blue

📋 copy color: '#6985FF'

red 105 ◦ green 133 ◦ blue 255

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

Shades of Cornflower Blue #6985FF

Tints of Cornflower Blue #6985FF

RGB

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

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

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

R = 21.3%
G = 26.98%
B = 51.72%

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

#6985FF (or 0x6985FF) is known color: Cornflower Blue. HEX triplet: 69, 85 and FF. RGB value is (105,133,255). Sum of RGB (Red+Green+Blue) = 105+133+255=493 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.30% from 493); Green value is 133 (52.34% from 255 or 26.98% from 493); Blue value is 255 (100% from 255 or 51.72% from 493); Max value from RGB is 255 - color contains mainly: blue. Hex color #6985FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6985FF is #967A00. Grayscale: #8A8A8A. Windows color (decimal): -9861633 or 16745833. OLE color: 16745833.

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

Color convert

RGB 105 133 255 -
CMYK 0.59 0.48 0 0
HSL 228.8º 1% 0.71% -
HSV(B) 228.8º 0.59% 1% -
XYZ 32.26 27 98.12 -
YUV 138.54 193.72 104.08 -
System Red Green Blue C M Y K H S L
Decimal 105 133 255 0.59 0.48 0 0 228.8 1 0.71
Hex 69 85 FF 3B 30 0 0 E5 64 47
Octal 151 205 377 73 60 0 0 345 144 107
Binary 1101001 10000101 11111111 111011 110000 0 0 11100101 1100100 1000111

Color Harmonies of #6985FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6985FF

Black with #6985FF

Text Example


Text Example

White with #6985FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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