Html Css Color HEX #6985FA Cornflower Blue

📋 copy color: '#6985FA'

red 105 ◦ green 133 ◦ blue 250

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

Shades of Cornflower Blue #6985FA

Tints of Cornflower Blue #6985FA

RGB

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

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

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

R = 21.52%
G = 27.25%
B = 51.23%

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

#6985FA (or 0x6985FA) is known color: Cornflower Blue. HEX triplet: 69, 85 and FA. RGB value is (105,133,250). Sum of RGB (Red+Green+Blue) = 105+133+250=488 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.52% from 488); Green value is 133 (52.34% from 255 or 27.25% from 488); Blue value is 250 (98.05% from 255 or 51.23% from 488); Max value from RGB is 250 - color contains mainly: blue. Hex color #6985FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6985FA is #967A05. Grayscale: #898989. Windows color (decimal): -9861638 or 16418153. OLE color: 16418153.

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

Color convert

RGB 105 133 250 -
CMYK 0.58 0.47 0 0.02
HSL 228.41º 0.94% 0.7% -
HSV(B) 228.41º 0.58% 0.98% -
XYZ 31.47 26.68 93.93 -
YUV 137.97 191.22 104.49 -
System Red Green Blue C M Y K H S L
Decimal 105 133 250 0.58 0.47 0 0.02 228.41 0.94 0.7
Hex 69 85 FA 3A 2F 0 2 E4 5E 46
Octal 151 205 372 72 57 0 2 344 136 106
Binary 1101001 10000101 11111010 111010 101111 0 10 11100100 1011110 1000110

Color Harmonies of #6985FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6985FA

Black with #6985FA

Text Example


Text Example

White with #6985FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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