Html Css Color HEX #6B7FDA Cornflower Blue

📋 copy color: '#6B7FDA'

red 107 ◦ green 127 ◦ blue 218

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

Shades of Cornflower Blue #6B7FDA

Tints of Cornflower Blue #6B7FDA

RGB

 RED value IS 107 (42.19% from 255) = 23.67%

 GREEN value IS 127 (50% from 255) = 28.1%

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

R = 23.67%
G = 28.1%
B = 48.23%

CMYK

 C value IS 0.51

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6B7FDA (or 0x6B7FDA) is known color: Cornflower Blue. HEX triplet: 6B, 7F and DA. RGB value is (107,127,218). Sum of RGB (Red+Green+Blue) = 107+127+218=452 (59% of max value = 765). Red value is 107 (42.19% from 255 or 23.67% from 452); Green value is 127 (50% from 255 or 28.10% from 452); Blue value is 218 (85.55% from 255 or 48.23% from 452); Max value from RGB is 218 - color contains mainly: blue. Hex color #6B7FDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B7FDA is #948025. Grayscale: #838383. Windows color (decimal): -9732134 or 14319467. OLE color: 14319467.

HSL color Cylindrical-coordinate representation of color #6B7FDA: hue angle of 229.19º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6B7FDA is Cyan = 0.51, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 107 127 218 -
CMYK 0.51 0.42 0 0.15
HSL 229.19º 0.6% 0.64% -
HSV(B) 229.19º 0.51% 0.85% -
XYZ 26.31 23.37 69.45 -
YUV 131.39 176.87 110.6 -
System Red Green Blue C M Y K H S L
Decimal 107 127 218 0.51 0.42 0 0.15 229.19 0.6 0.64
Hex 6B 7F DA 33 2A 0 F E5 3C 40
Octal 153 177 332 63 52 0 17 345 74 100
Binary 1101011 1111111 11011010 110011 101010 0 1111 11100101 111100 1000000

Color Harmonies of #6B7FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7FDA

Black with #6B7FDA

Text Example


Text Example

White with #6B7FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,127,218); }

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

background-color css

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

 a { background-color: rgb(107,127,218); }

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

border-color css

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

 span { border-color: rgb(107,127,218); }

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