Html Css Color HEX #6997DA Cornflower Blue

📋 copy color: '#6997DA'

red 105 ◦ green 151 ◦ blue 218

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

Shades of Cornflower Blue #6997DA

Tints of Cornflower Blue #6997DA

RGB

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

 GREEN value IS 151 (59.38% from 255) = 31.86%

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

R = 22.15%
G = 31.86%
B = 45.99%

CMYK

 C value IS 0.52

 M value IS 0.31

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6997DA (or 0x6997DA) is known color: Cornflower Blue. HEX triplet: 69, 97 and DA. RGB value is (105,151,218). Sum of RGB (Red+Green+Blue) = 105+151+218=474 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.15% from 474); Green value is 151 (59.38% from 255 or 31.86% from 474); Blue value is 218 (85.55% from 255 or 45.99% from 474); Max value from RGB is 218 - color contains mainly: blue. Hex color #6997DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6997DA is #966825. Grayscale: #909090. Windows color (decimal): -9857062 or 14325609. OLE color: 14325609.

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

Color convert

RGB 105 151 218 -
CMYK 0.52 0.31 0 0.15
HSL 215.58º 0.6% 0.63% -
HSV(B) 215.58º 0.52% 0.85% -
XYZ 29.55 30.2 70.6 -
YUV 144.88 169.26 99.55 -
System Red Green Blue C M Y K H S L
Decimal 105 151 218 0.52 0.31 0 0.15 215.58 0.6 0.63
Hex 69 97 DA 34 1F 0 F D8 3C 3F
Octal 151 227 332 64 37 0 17 330 74 77
Binary 1101001 10010111 11011010 110100 11111 0 1111 11011000 111100 111111

Color Harmonies of #6997DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6997DA

Black with #6997DA

Text Example


Text Example

White with #6997DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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