Html Css Color HEX #6DA5FE Cornflower Blue

📋 copy color: '#6DA5FE'

red 109 ◦ green 165 ◦ blue 254

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

Shades of Cornflower Blue #6DA5FE

Tints of Cornflower Blue #6DA5FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 48.11%

R = 20.64%
G = 31.25%
B = 48.11%

CMYK

 C value IS 0.57

 M value IS 0.35

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6DA5FE (or 0x6DA5FE) is known color: Cornflower Blue. HEX triplet: 6D, A5 and FE. RGB value is (109,165,254). Sum of RGB (Red+Green+Blue) = 109+165+254=528 (69% of max value = 765). Red value is 109 (42.97% from 255 or 20.64% from 528); Green value is 165 (64.84% from 255 or 31.25% from 528); Blue value is 254 (99.61% from 255 or 48.11% from 528); Max value from RGB is 254 - color contains mainly: blue. Hex color #6DA5FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6DA5FE is #925A01. Grayscale: #9D9D9D. Windows color (decimal): -9591298 or 16688493. OLE color: 16688493.

HSL color Cylindrical-coordinate representation of color #6DA5FE: hue angle of 216.83º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6DA5FE is Cyan = 0.57, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 109 165 254 -
CMYK 0.57 0.35 0 0.00
HSL 216.83º 0.99% 0.71% -
HSV(B) 216.83º 0.57% 1% -
XYZ 37.65 37.32 98.98 -
YUV 158.4 181.95 92.76 -
System Red Green Blue C M Y K H S L
Decimal 109 165 254 0.57 0.35 0 0.00 216.83 0.99 0.71
Hex 6D A5 FE 39 23 0 0 D9 63 47
Octal 155 245 376 71 43 0 0 331 143 107
Binary 1101101 10100101 11111110 111001 100011 0 0 11011001 1100011 1000111

Color Harmonies of #6DA5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DA5FE

Black with #6DA5FE

Text Example


Text Example

White with #6DA5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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