Html Css Color HEX #6CAEEE Jordy Blue

📋 copy color: '#6CAEEE'

red 108 ◦ green 174 ◦ blue 238

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

Shades of Jordy Blue #6CAEEE

Tints of Jordy Blue #6CAEEE

RGB

 RED value IS 108 (42.58% from 255) = 20.77%

 GREEN value IS 174 (68.36% from 255) = 33.46%

 BLUE value IS 238 (93.36% from 255) = 45.77%

R = 20.77%
G = 33.46%
B = 45.77%

CMYK

 C value IS 0.55

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6CAEEE (or 0x6CAEEE) is known color: Jordy Blue. HEX triplet: 6C, AE and EE. RGB value is (108,174,238). Sum of RGB (Red+Green+Blue) = 108+174+238=520 (68% of max value = 765). Red value is 108 (42.58% from 255 or 20.77% from 520); Green value is 174 (68.36% from 255 or 33.46% from 520); Blue value is 238 (93.36% from 255 or 45.77% from 520); Max value from RGB is 238 - color contains mainly: blue. Hex color #6CAEEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6CAEEE is #935111. Grayscale: #A1A1A1. Windows color (decimal): -9654546 or 15642220. OLE color: 15642220.

HSL color Cylindrical-coordinate representation of color #6CAEEE: hue angle of 209.54º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6CAEEE is Cyan = 0.55, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 108 174 238 -
CMYK 0.55 0.27 0 0.07
HSL 209.54º 0.79% 0.68% -
HSV(B) 209.54º 0.55% 0.93% -
XYZ 36.75 39.63 86.6 -
YUV 161.56 171.13 89.8 -
System Red Green Blue C M Y K H S L
Decimal 108 174 238 0.55 0.27 0 0.07 209.54 0.79 0.68
Hex 6C AE EE 37 1B 0 7 D2 4F 44
Octal 154 256 356 67 33 0 7 322 117 104
Binary 1101100 10101110 11101110 110111 11011 0 111 11010010 1001111 1000100

Color Harmonies of #6CAEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CAEEE

Black with #6CAEEE

Text Example


Text Example

White with #6CAEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,174,238); }

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

background-color css

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

 a { background-color: rgb(108,174,238); }

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

border-color css

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

 span { border-color: rgb(108,174,238); }

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