Html Css Color HEX #6998DA Cornflower Blue

📋 copy color: '#6998DA'

red 105 ◦ green 152 ◦ blue 218

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

Shades of Cornflower Blue #6998DA

Tints of Cornflower Blue #6998DA

RGB

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

 GREEN value IS 152 (59.77% from 255) = 32%

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

R = 22.11%
G = 32%
B = 45.89%

CMYK

 C value IS 0.52

 M value IS 0.30

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6998DA (or 0x6998DA) is known color: Cornflower Blue. HEX triplet: 69, 98 and DA. RGB value is (105,152,218). Sum of RGB (Red+Green+Blue) = 105+152+218=475 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.11% from 475); Green value is 152 (59.77% from 255 or 32% from 475); Blue value is 218 (85.55% from 255 or 45.89% from 475); Max value from RGB is 218 - color contains mainly: blue. Hex color #6998DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6998DA is #966725. Grayscale: #919191. Windows color (decimal): -9856806 or 14325865. OLE color: 14325865.

HSL color Cylindrical-coordinate representation of color #6998DA: hue angle of 215.04º 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 #6998DA is Cyan = 0.52, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 105 152 218 -
CMYK 0.52 0.30 0 0.15
HSL 215.04º 0.6% 0.63% -
HSV(B) 215.04º 0.52% 0.85% -
XYZ 29.71 30.52 70.66 -
YUV 145.47 168.93 99.13 -
System Red Green Blue C M Y K H S L
Decimal 105 152 218 0.52 0.30 0 0.15 215.04 0.6 0.63
Hex 69 98 DA 34 1E 0 F D7 3C 3F
Octal 151 230 332 64 36 0 17 327 74 77
Binary 1101001 10011000 11011010 110100 11110 0 1111 11010111 111100 111111

Color Harmonies of #6998DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6998DA

Black with #6998DA

Text Example


Text Example

White with #6998DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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