Html Css Color HEX #6D90FD Cornflower Blue

📋 copy color: '#6D90FD'

red 109 ◦ green 144 ◦ blue 253

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

Shades of Cornflower Blue #6D90FD

Tints of Cornflower Blue #6D90FD

RGB

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

 GREEN value IS 144 (56.64% from 255) = 28.46%

 BLUE value IS 253 (99.22% from 255) = 50%

R = 21.54%
G = 28.46%
B = 50%

CMYK

 C value IS 0.57

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6D90FD (or 0x6D90FD) is known color: Cornflower Blue. HEX triplet: 6D, 90 and FD. RGB value is (109,144,253). Sum of RGB (Red+Green+Blue) = 109+144+253=506 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.54% from 506); Green value is 144 (56.64% from 255 or 28.46% from 506); Blue value is 253 (99.22% from 255 or 50% from 506); Max value from RGB is 253 - color contains mainly: blue. Hex color #6D90FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6D90FD is #926F02. Grayscale: #919191. Windows color (decimal): -9596675 or 16617581. OLE color: 16617581.

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

Color convert

RGB 109 144 253 -
CMYK 0.57 0.43 0 0.01
HSL 225.42º 0.97% 0.71% -
HSV(B) 225.42º 0.57% 0.99% -
XYZ 34.01 30.29 96.98 -
YUV 145.96 188.4 101.64 -
System Red Green Blue C M Y K H S L
Decimal 109 144 253 0.57 0.43 0 0.01 225.42 0.97 0.71
Hex 6D 90 FD 39 2B 0 1 E1 61 47
Octal 155 220 375 71 53 0 1 341 141 107
Binary 1101101 10010000 11111101 111001 101011 0 1 11100001 1100001 1000111

Color Harmonies of #6D90FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D90FD

Black with #6D90FD

Text Example


Text Example

White with #6D90FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,144,253); }

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

background-color css

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

 a { background-color: rgb(109,144,253); }

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

border-color css

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

 span { border-color: rgb(109,144,253); }

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