Html Css Color HEX #6985DA Cornflower Blue

📋 copy color: '#6985DA'

red 105 ◦ green 133 ◦ blue 218

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

Shades of Cornflower Blue #6985DA

Tints of Cornflower Blue #6985DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.81%

R = 23.03%
G = 29.17%
B = 47.81%

CMYK

 C value IS 0.52

 M value IS 0.39

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6985DA (or 0x6985DA) is known color: Cornflower Blue. HEX triplet: 69, 85 and DA. RGB value is (105,133,218). Sum of RGB (Red+Green+Blue) = 105+133+218=456 (60% of max value = 765). Red value is 105 (41.41% from 255 or 23.03% from 456); Green value is 133 (52.34% from 255 or 29.17% from 456); Blue value is 218 (85.55% from 255 or 47.81% from 456); Max value from RGB is 218 - color contains mainly: blue. Hex color #6985DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6985DA is #967A25. Grayscale: #858585. Windows color (decimal): -9861670 or 14321001. OLE color: 14321001.

HSL color Cylindrical-coordinate representation of color #6985DA: hue angle of 225.13º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6985DA is Cyan = 0.52, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 105 133 218 -
CMYK 0.52 0.39 0 0.15
HSL 225.13º 0.6% 0.63% -
HSV(B) 225.13º 0.52% 0.85% -
XYZ 26.87 24.84 69.71 -
YUV 134.32 175.22 107.09 -
System Red Green Blue C M Y K H S L
Decimal 105 133 218 0.52 0.39 0 0.15 225.13 0.6 0.63
Hex 69 85 DA 34 27 0 F E1 3C 3F
Octal 151 205 332 64 47 0 17 341 74 77
Binary 1101001 10000101 11011010 110100 100111 0 1111 11100001 111100 111111

Color Harmonies of #6985DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6985DA

Black with #6985DA

Text Example


Text Example

White with #6985DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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