Html Css Color HEX #6DA8FA Cornflower Blue

📋 copy color: '#6DA8FA'

red 109 ◦ green 168 ◦ blue 250

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

Shades of Cornflower Blue #6DA8FA

Tints of Cornflower Blue #6DA8FA

RGB

 RED value IS 109 (42.97% from 255) = 20.68%

 GREEN value IS 168 (66.02% from 255) = 31.88%

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

R = 20.68%
G = 31.88%
B = 47.44%

CMYK

 C value IS 0.56

 M value IS 0.33

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6DA8FA (or 0x6DA8FA) is known color: Cornflower Blue. HEX triplet: 6D, A8 and FA. RGB value is (109,168,250). Sum of RGB (Red+Green+Blue) = 109+168+250=527 (69% of max value = 765). Red value is 109 (42.97% from 255 or 20.68% from 527); Green value is 168 (66.02% from 255 or 31.88% from 527); Blue value is 250 (98.05% from 255 or 47.44% from 527); Max value from RGB is 250 - color contains mainly: blue. Hex color #6DA8FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6DA8FA is #925705. Grayscale: #9F9F9F. Windows color (decimal): -9590534 or 16427117. OLE color: 16427117.

HSL color Cylindrical-coordinate representation of color #6DA8FA: hue angle of 214.89º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6DA8FA is Cyan = 0.56, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 109 168 250 -
CMYK 0.56 0.33 0 0.02
HSL 214.89º 0.93% 0.7% -
HSV(B) 214.89º 0.56% 0.98% -
XYZ 37.56 38.16 95.83 -
YUV 159.71 178.95 91.83 -
System Red Green Blue C M Y K H S L
Decimal 109 168 250 0.56 0.33 0 0.02 214.89 0.93 0.7
Hex 6D A8 FA 38 21 0 2 D7 5D 46
Octal 155 250 372 70 41 0 2 327 135 106
Binary 1101101 10101000 11111010 111000 100001 0 10 11010111 1011101 1000110

Color Harmonies of #6DA8FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DA8FA

Black with #6DA8FA

Text Example


Text Example

White with #6DA8FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6DA8FA; }

 p { color: rgb(109,168,250); }

 H1.HeaderClassName
 {
   color: #6DA8FA;
 }
 .AnyTagClassName
 {
   color: #6DA8FA;
 }
</style>

background-color css

<style>
 a { background-color: #6DA8FA; }

 a { background-color: rgb(109,168,250); }

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

border-color css

<style>
 span { border-color: #6DA8FA; }

 span { border-color: rgb(109,168,250); }

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