Html Css Color HEX #6DA5FA Cornflower Blue

📋 copy color: '#6DA5FA'

red 109 ◦ green 165 ◦ blue 250

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

Shades of Cornflower Blue #6DA5FA

Tints of Cornflower Blue #6DA5FA

RGB

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

 GREEN value IS 165 (64.84% from 255) = 31.49%

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

R = 20.8%
G = 31.49%
B = 47.71%

CMYK

 C value IS 0.56

 M value IS 0.34

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6DA5FA (or 0x6DA5FA) is known color: Cornflower Blue. HEX triplet: 6D, A5 and FA. RGB value is (109,165,250). Sum of RGB (Red+Green+Blue) = 109+165+250=524 (69% of max value = 765). Red value is 109 (42.97% from 255 or 20.80% from 524); Green value is 165 (64.84% from 255 or 31.49% from 524); Blue value is 250 (98.05% from 255 or 47.71% from 524); Max value from RGB is 250 - color contains mainly: blue. Hex color #6DA5FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6DA5FA is #925A05. Grayscale: #9D9D9D. Windows color (decimal): -9591302 or 16426349. OLE color: 16426349.

HSL color Cylindrical-coordinate representation of color #6DA5FA: hue angle of 216.17º 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 #6DA5FA is Cyan = 0.56, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 109 165 250 -
CMYK 0.56 0.34 0 0.02
HSL 216.17º 0.93% 0.7% -
HSV(B) 216.17º 0.56% 0.98% -
XYZ 37.02 37.06 95.65 -
YUV 157.95 179.95 93.09 -
System Red Green Blue C M Y K H S L
Decimal 109 165 250 0.56 0.34 0 0.02 216.17 0.93 0.7
Hex 6D A5 FA 38 22 0 2 D8 5D 46
Octal 155 245 372 70 42 0 2 330 135 106
Binary 1101101 10100101 11111010 111000 100010 0 10 11011000 1011101 1000110

Color Harmonies of #6DA5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DA5FA

Black with #6DA5FA

Text Example


Text Example

White with #6DA5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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